Skip to content

Instantly share code, notes, and snippets.

@soheil-moonesi
Created January 31, 2024 11:27
Show Gist options
  • Select an option

  • Save soheil-moonesi/271fa7fbcdfb101ce7706ddb1e127df1 to your computer and use it in GitHub Desktop.

Select an option

Save soheil-moonesi/271fa7fbcdfb101ce7706ddb1e127df1 to your computer and use it in GitHub Desktop.
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