Friday 25 October 2013

C#

public class HelloWorld
{
  public static void Main()
  {
    System.Console.WriteLine("HELLO WORLD");
  }
}

This is a sample of c#, and English based language. I thought I would show you it because if you’re an English reader then you may need a sample of and English language to know what you’re looking at with other languages.

No comments:

Post a Comment