-
using System; class CSharpProgram { static void Main(string[] args) { System.Console.WriteLine("Hello World!"); } }
Hello World!