Difference between revisions of "Help:Contents"

From Catglobe Wiki
Jump to: navigation, search
(Removing all content from page)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<source lang="csharp" line="1"> // Hello World in Microsoft C# ("C-Sharp").
 
  
using System;
 
 
class HelloWorld {
 
 
public static int Main(String[] args)
 
{
 
    Console.WriteLine("Hello, World!");
 
    return 0;
 
}
 
 
}</source>
 

Latest revision as of 09:59, 22 December 2008