コード例 #1
0
ファイル: Program.cs プロジェクト: mathieumack/EPSI_B2_2018
        static void Main(string[] args)
        {
            Jeu monJeu = new Jeu();

            monJeu.LancerCourse();

            Console.ReadLine();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: mathieumack/EPSI_B2_2019
        static void Main(string[] args)
        {
            Jeu monJeu = new Jeu();

            monJeu.LancerCourse();
        }