Help:Contents

From Catglobe Wiki
Revision as of 12:45, 18 December 2008 by Mediawiki (talk | contribs)
Jump to: navigation, search
1 // Hello World in Microsoft C# ("C-Sharp").
2 using System;
3 class HelloWorld {
4 public static int Main(String[] args) {
5 Console.WriteLine("Hello, World!"); return 0;
6 }
7 }

<poll> Do you like this extension? Yes No I don't know yet. </poll>