1 2 3 4 5
class Test { public static Main(string[] args) { System.Console.WriteLine("hello world!"); } }