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