namespace szunyog.github.io
{
static class Program
{
/// <summary>
/// The starting of this blog.
/// </summary>
static void Main(string[] args)
{
System.Console.WriteLine("Hello World");
}
}
}

Thanks to Jekyll and Github pages.