[ create a new paste ] login | about

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

Haskell, pasted on Aug 1:
1
2
3
sqr n = n * n

sqr 5


Output:
1
2
Error occurred
ERROR line 4 - Syntax error in declaration (unexpected `}', possibly due to bad layout)


Create a new paste based on this one


Comments: