Skip to content

Instantly share code, notes, and snippets.

@tthiery
Last active January 23, 2019 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tthiery/2426b191135b4403c5f305727366cecf to your computer and use it in GitHub Desktop.
Save tthiery/2426b191135b4403c5f305727366cecf to your computer and use it in GitHub Desktop.
2019-01-23 Command Line Parser Shootout
var (a, b) = (4, 3);
int Main(string[] args)
{
Console.WriteLine("Foobar");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment