コード例 #1
0
        static void Main(string[] args)
        {
            TwoTurtledoves x = new TwoTurtledoves();

            Console.WriteLine(x.presentType(12));
            Console.ReadLine();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: Oscarbralo/TopBlogCoder
 static void Main(string[] args)
 {
     TwoTurtledoves x = new TwoTurtledoves();
     Console.WriteLine(x.presentType(12));
     Console.ReadLine();
 }