Skip to content

Instantly share code, notes, and snippets.

@PadreSVK
Created March 16, 2020 22:03
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 PadreSVK/69326ca9157be06436ee527ef9375cc2 to your computer and use it in GitHub Desktop.
Save PadreSVK/69326ca9157be06436ee527ef9375cc2 to your computer and use it in GitHub Desktop.
Program.cs
internal class Program
{
#pragma warning disable VSTHRD200
private static async Task Main(string[] args)
{
await Task.CompletedTask;
Console.WriteLine("Hello World!");
}
#pragma warning restore VSTHRD200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment