Exemplo n.º 1
0
        static void Main(string[] args)
        {
            TwoTurtledoves x = new TwoTurtledoves();

            Console.WriteLine(x.presentType(12));
            Console.ReadLine();
        }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     TwoTurtledoves x = new TwoTurtledoves();
     Console.WriteLine(x.presentType(12));
     Console.ReadLine();
 }