Skip to content

Instantly share code, notes, and snippets.

@jesuscampos
Created May 1, 2018 11:03
Show Gist options
  • Save jesuscampos/c8f24daf9b54543900ceb220c2f745c9 to your computer and use it in GitHub Desktop.
Save jesuscampos/c8f24daf9b54543900ceb220c2f745c9 to your computer and use it in GitHub Desktop.
Main signatures C#7.1
public static Task Main();
public static Task<int> Main();
public static Task Main(string[] args);
public static Task<int> Main(string[] args);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment