Hello World
Published on
I’m not sure if I can be more hipster, but now I have a blog which is hosted by GitHub Pages and served by Jekyll. Yeah, I had to install Python and Ruby to run it.
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}