Skip to content

Instantly share code, notes, and snippets.

@gnab
Created May 26, 2012 09:21
Show Gist options
  • Save gnab/2793076 to your computer and use it in GitHub Desktop.
Save gnab/2793076 to your computer and use it in GitHub Desktop.
Haskell stdin word count
main = interact $ show . length . words
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment