y x | x < 0 = y (-x) | x > 0 = x + y (x - 1) | x == 0 = x main = putStrLn . show . y $ 100000000
Standard input is empty
Standard output is empty
Stack space overflow: current size 8388608 bytes. Use `+RTS -Ksize -RTS' to increase it.
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!