fork download
  1. silnia 0 = 1
  2. silnia n = n * silnia (n-1)
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