summaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Main.hs b/Main.hs
index 70c9df7..c21cdab 100644
--- a/Main.hs
+++ b/Main.hs
@@ -34,5 +34,5 @@ main = do
, discardPile = discard
}
- beginRounds 1 False $ dealCards 6 game
- print ()
+ beginRounds 3 True $ dealCards 6 game
+ return ()