C# - Explore a new language

This is the weekend challenge of MLH LHD

using System;
namespace HelloWorldApp {
      class Geeks {

        // Main Method
        static void Main(string[] args) {


            // printing Hello World!
            Console.WriteLine("Hello World!");


            Console.ReadKey();
        }
    }
}

Built With

Share this project:

Updates