f строка C#
string name = "John"
Console.WriteLine($"Hello {name}")
Smoggy Shark
string name = "John"
Console.WriteLine($"Hello {name}")