using System; public class TheMainFunction { public static void Main() { Console.WriteLine("Hello, Universe!"); } }