Created
August 23, 2017 20:39
-
-
Save dontpaniclabsgists/8df81227cb3411ef9d81af9e3dbb8c38 to your computer and use it in GitHub Desktop.
netcore_4
This file contains hidden or 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
static void Main(string[] args) | |
{ | |
Console.WriteLine($"Hello {args[0]}"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment