コード例 #1
0
        public static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");

            // TODO: Implement Functionality Here
            MM mm1 = new MM();

            mm1.print();
            Console.Write("Press any key to continue . . . ");
            Console.ReadKey(true);
        }