コード例 #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();
        }