Changes in new versions / C# 10.0

using System;

const string str = "Hello";
Console.WriteLine($"str is '{str}'");