using System; public class Test { public static void Main() { Console.WriteLine('hello, world'); } }
Standard input is empty
prog.cs(7,37): error CS1012: Too many characters in character literal prog.cs(7,48): error CS1525: Unexpected symbol `<internal>' Compilation failed: 2 error(s), 0 warnings
Standard output is empty