fork download
  1. using System;
  2. using System.Console;
  3.  
  4. WriteLine("Count?");
  5. def count=ReadLine():int;
  6.  
  7. WriteLine(count);
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
6
compilation info
prog.nem:5:11:5:25: error: expected int, got string in type-enforced expression: System.String is not a subtype of System.Int32 [simple require]
stdout
Standard output is empty