using System;
public class Program
{
public static void Main()
var testing = "hi!";
Console.WriteLine($"Hello World {message}", testing);
}