URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Hack Community
  HTML https://roshacks.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: C#
       *****************************************************
       #Post#: 516--------------------------------------------------
       [C#] Hello World
   DIR By: pipo1337
       Date: May 13, 2018, 7:32 am
       ---------------------------------------------------------
       --- Code ---
       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();
       }
       }
       }
       --- End Code ---
       *****************************************************
       Page 1 of 1