fork download
  1. silnia::Integer-> Integer
  2. silnia x = if x==0 then 1 else x*silnia(x-1)
  3.  
  4.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
compilation info
[1 of 1] Compiling Main             ( prog.hs, prog.o )

prog.hs:1:0: The function `main' is not defined in module `Main'
stdout
Standard output is empty