Difference between revisions of "User talk:Crabbe"

From The Shartak Wiki
Jump to navigationJump to search
(Sandbox)
 
Line 1: Line 1:
Is the syntax highlighting extension installed?  Let's see.
+
Is the syntax highlighting extension installed?  Nope.
 
 
<source lang="csharp">
 
// Hello World in Microsoft C# ("C-Sharp").
 
 
 
using System;
 
 
 
class HelloWorld
 
{
 
    public static int Main(String[] args)
 
    {
 
        Console.WriteLine("Hello, World!");
 
        return 0;
 
    }
 
}
 
</source>
 

Revision as of 02:32, 12 May 2010

Is the syntax highlighting extension installed? Nope.