Instantly share code, notes, and snippets.
main = do str <- getLine print $ sum $ map read $ words str
This comment has been minimized.