예제 #1
0
        static void Main(string[] args)
        {
            Robot robots = new Robot();

            robots.StartRobots();
            robots.StartBattle();
        }
예제 #2
0
파일: Program.cs 프로젝트: keithh8112/Robot
 static void Main(string[] args)
 {
     Robot robots = new Robot();
     robots.StartRobots();
     robots.StartBattle();
 }