This is my first blog post from live writer. Hello world.
1: class Program
2: {
3: static void Main()
4: {
5: Console.WriteLine("Hello! world.");
6: }
7: }