fork download
  1. public class Test
  2. {
  3. public static void Main()
  4. {
  5. double x = 1.;
  6. }
  7. }
Compilation error #stdin compilation error #stdout 0.01s 22128KB
stdin
Standard input is empty
compilation info
prog.cs(5,17): error CS1001: Unexpected symbol `;', expecting identifier
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty