User:Jka: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m (testing GeSHI)
mNo edit summary
Line 34: Line 34:
|Company=Sture Aps
|Company=Sture Aps
}}
}}
= Testing GeSHI source code highlight =
<source lang="csharp">
// Hello World in Microsoft C# ("C-Sharp").
using System;
class HelloWorl=
{
    public static int Main(String[] args)
    {
        Console.WriteLine("Hello, World!");
        return 0;
    }
}
</source>

Revision as of 09:20, 6 June 2008