예제 #1
0
        static void Main(string[] args)
        {
            Forest forest = new Forest();

            forest.PlantTree(new Tuple <int, int>(2, 3), 10, 10);
        }