Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Practice.AL3_P3_3();

            //Lesson.RentPointsExample();

            Console.ReadLine();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            //Practice.AL3_P1_3();
            Practice.GuessType(10);

            //Lesson.RentPointsExample();

            Console.ReadLine();
        }
Exemplo n.º 3
0
        static void Main(string[] args)
        {
            //Practice.AL3_P1_3();

            //Lesson.RentPointsExample();.GuessType<T>(T item)
            Practice.GuessType(DateTime.Now);

            Console.ReadLine();
        }
Exemplo n.º 4
0
        static void Main(string[] args)
        {
            Practice.AL3_P1_3();

            Console.ReadLine();
        }