fork download
  1. class Program
  2. {
  3. const bool Evil { get; } = false;
  4.  
  5. static void Main() => System.Console.WriteLine("test");
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(3,21): error CS0145: A const field requires a value to be provided
prog.cs(3,30): error CS1519: Unexpected symbol `=' in class, struct, or interface member declaration
Compilation failed: 2 error(s), 0 warnings
stdout
Standard output is empty