[ create a new paste ] login | about

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

Haskell, pasted on Oct 12:
1
2
square x = x * x
main = putStrLn "Hello, World!"


Output:
1
Hello, World!


Create a new paste based on this one


Comments: