hello world

using System; namespace HelloWorld { class Hello { static void Main() { Console.WriteLine("Hello World!"); // Keep the console window open in debug mode. Console.WriteLine("Press any key to exit."); Console.ReadKey(); } } }



Comments

Post a Comment

Popular posts from this blog

Facebook API – Login with the JavaScript SDK