Let this be my first post.
/*
* C# syntax highlight test
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Program
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello world!");
}
}
}