[ create a new paste ] login | about

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

Haskell, pasted on Feb 20:
1
2
3
4
module Main
where
main=
    putStrLn "Hello World!"


Output:
1
Hello World!


Create a new paste based on this one


Comments: