Test using SyntaxHighligher

15. March 2008
Thanks to Scott for finding this.
public static string SayHello(string name)
{
    return String.Format("Hello, {0}!", name);
} 

 

You can read more about it here.

General

blog comments powered by Disqus