Skip to content

Commit

Permalink
error message updated
Browse files Browse the repository at this point in the history
  • Loading branch information
skididdles committed Oct 8, 2014
1 parent 867d111 commit 5e46602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assignment3.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ main =

else
do
putStrLn "Cannot pair up that many students in groups of that size all at once"
putStrLn "Cannot pair up " ++ (show students) ++ " students into groups of " ++ show(grpsize) ++ " across eight assignments"



Expand Down

0 comments on commit 5e46602

Please sign in to comment.