Skip to content

Instantly share code, notes, and snippets.

@MiyamonY
Created February 27, 2015 10:05
Show Gist options
  • Save MiyamonY/fe08dc2a563e4c5e726b to your computer and use it in GitHub Desktop.
Save MiyamonY/fe08dc2a563e4c5e726b to your computer and use it in GitHub Desktop.
import System.IO()
main :: IO ()
main = do
contents <- readFile "baabaa.txt"
putStrLn contents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment