fork download
  1. using System;
  2. public class Test
  3. {
  4. public static void Main()
  5. {
  6. Console.WriteLine(^"Schiesse");
  7. }
  8. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(6,35): error CS1525: Unexpected symbol `^'
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty