Skip to content

Instantly share code, notes, and snippets.

@novodinia
Created January 13, 2014 21:20
Show Gist options
  • Save novodinia/8408388 to your computer and use it in GitHub Desktop.
Save novodinia/8408388 to your computer and use it in GitHub Desktop.
main = do
a <- readFile "bar.txt"
let b = lines a
putStrLn (show b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment