Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created May 24, 2022 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/a0194dc83e24193183e0c53f38233ba7 to your computer and use it in GitHub Desktop.
Save lgolubyev/a0194dc83e24193183e0c53f38233ba7 to your computer and use it in GitHub Desktop.
const string Bar = "Bar";
const string DoubleBar = $"{Bar}_{Bar}";
WriteLine(DoubleBar);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment