Example #1
0
 static void Main(string[] args)
 {
    string c;
     Console.WriteLine("What pattern do you want?");
     c = Console.ReadLine();
     print p = new print();
     p.pattern(c);
 }
Example #2
0
        static void Main(string[] args)
        {
            string c;

            Console.WriteLine("What pattern do you want?");
            c = Console.ReadLine();
            print p = new print();

            p.pattern(c);
        }