fork download
  1. # your code goes here
  2.  
  3. proc foo(bar: string) bool =
  4. echo("foo" + bar)
  5.  
  6. foo("bar")
  7.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(4, 0) Error: tabulators are not allowed
stdout
Standard output is empty