fork(1) download
  1. var tmp = 5;
  2.  
  3. var g = 5 * tmp;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(1,5): error CS0116: A namespace can only contain types and namespace declarationsCompilation failed: 2 error(s), 0 warnings
n only contain types and namespace declarations
stdout
Standard output is empty