F String C#

string name = "John"
Console.WriteLine($"Hello {name}")
Smoggy Shark