Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
pp:haskell-environment [2019/02/15 18:05]
lfa [Programe stand-alone]
pp:haskell-environment [2019/02/15 18:06] (current)
lfa [Useful snippets]
Line 169: Line 169:
 main = do main = do
     input <- getContents     input <- getContents
-    putStr (myFunc ​input)+    putStr (myFunction ​input)
 </​code>​ </​code>​