Skip to content

Instantly share code, notes, and snippets.

@enisn
Created May 7, 2020 19:50
Show Gist options
  • Select an option

  • Save enisn/5e6c729de9fdb8199436d9238b8d74a9 to your computer and use it in GitHub Desktop.

Select an option

Save enisn/5e6c729de9fdb8199436d9238b8d74a9 to your computer and use it in GitHub Desktop.
Challenge #2 - String Interpolation - sample 2
var message = $"Welcome back {user.Email}. You're authenticated as {user.Email}";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment