Welcome to Edublogs.org. This is your first post. Edit or delete it, then start blogging.

Since this focused on Games Programming in C#, the correct form would be….



using System;

using System.Collections.Generic;

using System.Text;namespace CA1_Hello_World

{

  class Program

  {

    static void Main(string[] args)

    {

     // First program for Games Programming

    // The System.Console.WriteLine() outputs the text to the screen

    // "Hello World" is the text outputed to the screen

    System.Console.WriteLine("Hello World");

    // This line waits for a <enter> key to be pressed

    // The result of this is that you can see the output on the screen

    //    without it disappearing too quickly to read

    System.Console.ReadLine();

    }

  }

}
Create a free edublog to get your own comment avatar (and more!)

One Response to “Hello world!”

  1.   jlerossignol Says:

    “Hello World!” is the standard opening example of code for any programming langauge, and I feel it’s the best way to open a blog about Games Programming with C#.NET

Leave a Reply

*
To prove you're a person (not a spam script), type the security word shown in the picture.
Anti-Spam Image