using System; public class Test { public static void Main() { Console.WriteLine("Hello, World!); } }
Standard input is empty
prog.cs(7,36): error CS1010: Newline in constant prog.cs(8,1): error CS1525: Unexpected symbol `}', expecting `)' or `,' prog.cs(8,2): error CS1002: ; expected Compilation failed: 3 error(s), 0 warnings
Standard output is empty