コード例 #1
0
ファイル: Program.cs プロジェクト: gaosh/Assignment
 static void Main(string[] args)
 {
    string c;
     Console.WriteLine("What pattern do you want?");
     c = Console.ReadLine();
     print p = new print();
     p.pattern(c);
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: gaosh/Assignment
        static void Main(string[] args)
        {
            string c;

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

            p.pattern(c);
        }