Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            Examples.Hello hello = new Examples.Hello();
            hello.Run();

            System.Console.WriteLine("계속 하시려면 아무 키나 누르세요.");
            System.Console.ReadKey();
        }
Ejemplo n.º 2
0
 static void Main()
 {
     Examples.Hello hello = new Examples.Hello();
     hello.Run();
 }
Ejemplo n.º 3
0
 static void Main(string[] args)
 {
     Examples.Hello hello = new Examples.Hello();
     hello.Run();
 }