fork download
  1. echo "Neptunium"&0
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(1, 17) Error: type mismatch: got (string, int)
but expected one of: 
&(x: openarray[T], y: T): seq[T]
&(x: string, y: string): string
&(x: string, y: char): string
&(x: openarray[T], y: openarray[T]): seq[T]
&(x: char, y: char): string
&(x: char, y: string): string
&(x: T, y: openarray[T]): seq[T]

stdout
Standard output is empty