[ create a new paste ] login | about

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

Haskell, pasted on Mar 24:
1
main = print $ map (+1) [1 .. 4]


Output:
1
[2,3,4,5]


Create a new paste based on this one


Comments: