Пример #1
0
 static void Main(string[] args)
 {
     Console.WriteLine("Hello World!");
     while (true)
     {
         Empty empty;
         empty = new Empty();
         string a = Console.ReadLine();
         empty.Ep(a);
     }
 }