using system; using systen.Collections.Generic; using system.Linq; using system.Text; namespace HelloWorld { class HelloWorld { static void Main(string[]args) { Console.Out.Writeline("Hello World"); Console.Out.WriteLine("i am a naughty 80 Year old woman") Console.In.ReadLine(); } } }