fork download
  1. test::Integer->Integer
  2. test x= if x==0 then x else test x-1
  3.  
  4. main= do
  5. print $test 10
  6.  
Runtime error #stdin #stdout 0.11s 28128KB
stdin
Standard input is empty
stdout
Standard output is empty