Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created August 23, 2017 20:39
Show Gist options
  • Save dontpaniclabsgists/8df81227cb3411ef9d81af9e3dbb8c38 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/8df81227cb3411ef9d81af9e3dbb8c38 to your computer and use it in GitHub Desktop.
netcore_4
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