[ create a new paste ] login | about

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

johannes - Haskell, pasted on Aug 7:
1
2
3
4
5
6
module Main where

f x = 1
x = f x

main = print (x)


Output:
1
1


Create a new paste based on this one


Comments: