using System; namespace HelloWorld { class Hello { static void Main(string[] args) { System.Console.WriteLine("hello, world!"); } } }