using System; class Program{ static void Main(string[] args){ Print(); } static void Print(){ Console.WriteLine("hello world"); } }