See More

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