Help:Contents

From Catglobe Wiki
Revision as of 03:39, 19 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 { 
 5 public static int
 6 Main(String[] args)
 7 { 
 8 Console.WriteLine("Hello, World!");
 9 return 0;
10 }
11 }

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