Created
March 24, 2021 00:24
-
-
Save KirillOsenkov/569199adb620b3ed7473e36c90b3a32b to your computer and use it in GitHub Desktop.
This file contains 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
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