Advertisement
Guest User

Untitled

a guest
May 22nd, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. main = interact wordCount
  2.   where wordCount input = show (length (lines input)) ++ "\n"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement