[ create a new paste ] login | about

Link: http://codepad.org/NWr2GLT6    [ raw code | output | fork ]

Haskell, pasted on Nov 23:
1
2
3
addIt x y = x + y

main = putStrLn "hello world"


Output:
1
hello world


Create a new paste based on this one


Comments: