[ create a new paste ] login | about

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

Haskell, pasted on Mar 24:
1
main = print $ map fst [(1,2), (2,3), (3,5), (4,2)]


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


Create a new paste based on this one


Comments: