Ejemplo n.º 1
0
        private static void PascalTriangleTest()
        {
            int num = 15;

            PascalTriangle.Draw(num);
        }