Skip to content

Instantly share code, notes, and snippets.

@KirillOsenkov
Created March 24, 2021 00:24
Show Gist options
  • Save KirillOsenkov/569199adb620b3ed7473e36c90b3a32b to your computer and use it in GitHub Desktop.
Save KirillOsenkov/569199adb620b3ed7473e36c90b3a32b to your computer and use it in GitHub Desktop.
class C
{
static void M(string a, string b, string c)
{
M("مرحبا بالعالم",
$"مرحبا بالعالم: {-1}",
"OK");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment