Skip to content

Instantly share code, notes, and snippets.

@babaktaremi
Created March 31, 2021 07:35
Show Gist options
  • Save babaktaremi/f4efd37a29b3b1f2492ebb2ec47dc376 to your computer and use it in GitHub Desktop.
Save babaktaremi/f4efd37a29b3b1f2492ebb2ec47dc376 to your computer and use it in GitHub Desktop.
class Program
{
static async Task Main(string[] args)
{
var task=new SomeTask();
await task.DoSomeWork(); //Compile Error
Console.WriteLine("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment