using System; public static class Program { public static void Main(string[] args) { Console.WriteLine("Hello from C#!"); } }