コード例 #1
0
ファイル: Program.cs プロジェクト: fontys-student/DPR
 static void Main(string[] args)
 {
     var game = new Game();
     game.play();
 }