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