Created
January 31, 2024 11:27
-
-
Save soheil-moonesi/271fa7fbcdfb101ce7706ddb1e127df1 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
| Console.WriteLine("soheil \t moonesi"); | |
| soheil moonesi | |
| Console.WriteLine("soheil \n moonesi"); | |
| soheil | |
| moonesi | |
| Console.WriteLine("soheil \v moonesi"); | |
| soheil | |
| moonesi | |
| Console.WriteLine("soheil \\ moonesi"); | |
| soheil \ moonesi | |
| Console.WriteLine("soheil \" moonesi"); | |
| soheil " moonesi | |
| Console.WriteLine("soheil \' moonesi"); | |
| soheil ' moonesi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment