Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save soheil-moonesi/1495da10a0913850681ebe03e58efde0 to your computer and use it in GitHub Desktop.
string name = "soheil";
string familyName = "moonesi";
Console.WriteLine("name : {0} , familyName: {1}", name, familyName);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment