User talk:Crabbe
From The Shartak Wiki
Jump to navigationJump to searchIs the syntax highlighting extension installed? Let's see.
<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>