Skip to content

Instantly share code, notes, and snippets.

@Kroisse
Created October 5, 2015 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kroisse/a5ca8908bd3d35003cb3 to your computer and use it in GitHub Desktop.
Save Kroisse/a5ca8908bd3d35003cb3 to your computer and use it in GitHub Desktop.
main :: IO ()
main = do
let xs = replicate 4 getLine
head xs >>= print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment