Skip to content

Instantly share code, notes, and snippets.

@jskeet
Created March 20, 2023 11:45
Show Gist options
  • Save jskeet/1d4fe3de1d7b3d044de2627672510ff0 to your computer and use it in GitHub Desktop.
Save jskeet/1d4fe3de1d7b3d044de2627672510ff0 to your computer and use it in GitHub Desktop.
// This is a perfectly valid complete
// program making use of implicit using directives
// from C# 10, and top-level statements from C# 9.
int x = 10;
Console.WriteLine(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment