Skip to content

Instantly share code, notes, and snippets.

@squadwuschel
Last active May 29, 2017 09:29
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 squadwuschel/448f1cb1b5d3bf019885b6d4c56b486a to your computer and use it in GitHub Desktop.
Save squadwuschel/448f1cb1b5d3bf019885b6d4c56b486a to your computer and use it in GitHub Desktop.
String Interpolation C# 6
for (int i = 0; i < 10; i++)
{
Console.WriteLine($"Der Aktuelle Index: {i}");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment