Skip to content

Instantly share code, notes, and snippets.

@miguel-vila
Last active September 30, 2015 14:08
Show Gist options
  • Save miguel-vila/386cb7db84433a3a997c to your computer and use it in GitHub Desktop.
Save miguel-vila/386cb7db84433a3a997c to your computer and use it in GitHub Desktop.
module Main where
main = ioA where
ioA = putStrLn "Hola"
ioB = putStrLn "Chao!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment