Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created December 20, 2022 01:43
Embed
What would you like to do?
C# can treat http://google.com as valid code.
void Main()
{
// ラベル (http:) + コメント (//google.com) になる
http://google.com
// 条件: 何かしらの文or式が下にないとだめ
for (var i = 0; i < 10; i++) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment