Last active
September 30, 2015 14:08
-
-
Save miguel-vila/386cb7db84433a3a997c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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