User:Jka
From DataFlex Wiki
|
Pages
|
Name | Jacob Andresen |
jacob@sture.dk | |
Company | Sture Aps |
Testing GeSHI source code highlight
// Hello World in Microsoft C# ("C-Sharp"). using System; class HelloWorl= { public static int Main(String[] args) { Console.WriteLine("Hello, World!"); return 0; } }