using System; namespace oklischat.cstest { public class Hello { public static void Main(string[] args) { Console.Out.Write("Hello World!\n"); } } }