// Hello1.cs public class Hello1 { public static void Main() { Prt(); } public static void Prt(){ System.Console.WriteLine("Hello, World!"); } }