You are viewing a single comment's thread. Return to all comments →
Haskell:
main = getContents >>= putStr . filter (/= '-')
Seems like cookies are disabled on this browser, please enable them to open this website
Update List
You are viewing a single comment's thread. Return to all comments →
Haskell: