예제 #1
0
파일: Program.cs 프로젝트: klesogor/OOPLab1
        static void Main(string[] args)
        {
            Console.WriteLine("Welcome to robot app!");//some spaghetti code
            var world = new InteractionObject();

            world.Run();
        }