using System; class hello_world { static void Main(string[] args) { Console.WriteLine("Hello World!"); } }