Skip to content

Instantly share code, notes, and snippets.

@velengel
Created July 17, 2015 08:16
Show Gist options
  • Save velengel/645c17999c1b96c817ef to your computer and use it in GitHub Desktop.
Save velengel/645c17999c1b96c817ef to your computer and use it in GitHub Desktop.
module Main where
import Cards
import Random.Shuffle
import Data.List
main :: IO ()
main = do
shuffled <- shuffleM allCards
print . sort . take 5 shuffled
@velengel
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment