Example #1
0
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
            var instance = new HelloClass();
            var ring     = new LordOfTheRings();

            ring.ShowYourself();
        }
        static void Main(string[] args)
        {
            // Console.WriteLine("Hello World!");

            var    arr = new LordOfTheRings();
            string str;

            // str.ToUpper();
            arr.ShowYourself();
        }