Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created May 13, 2015 11:48
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 shigemk2/dbf08963a0cbc4829827 to your computer and use it in GitHub Desktop.
Save shigemk2/dbf08963a0cbc4829827 to your computer and use it in GitHub Desktop.
import System.IO
main = do
handle <- openFile "baabaa.txt" ReadMode
contents <- hGetContents handle
putStr contents
hClose handle
Baa, baa, black sheep,
Have you any wool?
Yes, sir, yes, sir,
Three bags full;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment