Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Last active July 7, 2020 18:45
Show Gist options
  • Select an option

  • Save PrateekKumarSingh/69cdc673d275eed588fb38aef37d33b5 to your computer and use it in GitHub Desktop.

Select an option

Save PrateekKumarSingh/69cdc673d275eed588fb38aef37d33b5 to your computer and use it in GitHub Desktop.
using System;
namespace app
{
class Program
{
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