Created
May 7, 2020 19:53
-
-
Save enisn/0a2ac6b0bedaa5591497e6fb10623f4d to your computer and use it in GitHub Desktop.
Challenge #2 - Format- sample 3
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
| var message = string.Format("Welcome back {0}. You're authenticated as {1}", user.Name, user.Email); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment