Difference between revisions of "Help:Contents"
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> | |
− | // Hello World in Microsoft C# ("C-Sharp"). | ||
− | using System; | ||
− | class HelloWorld { | ||
− | public static int Main(String[] args) { | ||
− | Console.WriteLine("Hello, World!"); return 0; | ||
− | } | ||
− | } | ||
− | |||
<poll> | <poll> |
Revision as of 11:47, 18 December 2008
<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>
<poll> Do you like this extension? Yes No I don't know yet. </poll>