Created
March 30, 2021 18:05
-
-
Save babaktaremi/61ce26657a1447948f5b4cdc6db2e61c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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