Created
January 31, 2024 09:45
-
-
Save soheil-moonesi/1495da10a0913850681ebe03e58efde0 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
| 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