Skip to content

Instantly share code, notes, and snippets.

@babaktaremi
Created March 30, 2021 18:05
Show Gist options
  • Save babaktaremi/61ce26657a1447948f5b4cdc6db2e61c to your computer and use it in GitHub Desktop.
Save babaktaremi/61ce26657a1447948f5b4cdc6db2e61c to your computer and use it in GitHub Desktop.
class Program
{
static void Main(string[] args)
{
var task=new SomeTask();
var result = task.DoSomeWork().Result;
Console.WriteLine("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment