Created
March 20, 2023 11:45
-
-
Save jskeet/1d4fe3de1d7b3d044de2627672510ff0 to your computer and use it in GitHub Desktop.
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
// 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