Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created July 7, 2020 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PrateekKumarSingh/acf0de73e441ee86c97102dca0ab0040 to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/acf0de73e441ee86c97102dca0ab0040 to your computer and use it in GitHub Desktop.
using System;
namespace app
{
public class Program
{
public static void Main()
{
Console.WriteLine("Hello World!");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment