Archive for January, 2008

Hello World in PHP

January 21, 2008 | Hello World, php

The hello world example in PHP.

Hello World in C#

January 21, 2008 | C#, Hello World

Here is the easiest example of a C# program. class Hello { static void Main() { System.Console.WriteLine("Hello World!"); } }