class Program{ const bool Evil { get; } = false; static void Main() => System.Console.WriteLine("test");}
Standard input is empty
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
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!