Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created July 6, 2020 18:06
Show Gist options
  • Save PrateekKumarSingh/bc41ad3bbf5a03d0fd27469bb20c9557 to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/bc41ad3bbf5a03d0fd27469bb20c9557 to your computer and use it in GitHub Desktop.
using System;
namespace app
{
    public class Program
    {
        public static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment