Skip to content

Instantly share code, notes, and snippets.

@zackp30
Created October 25, 2015 15:47
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 zackp30/48775a9081ca7a088293 to your computer and use it in GitHub Desktop.
Save zackp30/48775a9081ca7a088293 to your computer and use it in GitHub Desktop.
main = interact wordCount
where wordCount input = (show $ length $ lines $ readFile "/tmp/wow.txt") ++ "\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment