This is a sample code. I have set up Crayon Syntax Highlighter on my wordpress blog. It’s quite an amazing plugin and very useful for a software engineer like myself.
public class Hoge { public static void Main(string[] args) { System.Console.WriteLine("Hello World"); } }