fork download
  1. class Prova
  2. {
  3. public static void Main(string[] args]
  4. {
  5. Console.Write("Hello");
  6. }
  7.  
  8. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(3,46): error CS1519: Unexpected symbol `]' in class, struct, or interface member declaration
prog.cs(5,30): error CS1519: Unexpected symbol `(' in class, struct, or interface member declaration
prog.cs(8,1): error CS8025: Parsing error
Compilation failed: 3 error(s), 0 warnings
stdout
Standard output is empty