using System; namespace HelloWorld { class Hello { static void Main(string[] args) { System.Console.WriteLine("Hola Codeo"); } } }