Website launch
After a long time of thinking about how to create my new website I decided to use WordPress as base for my site.
This is my first blog post and there will hopefully follow many more with some more interesting content :).
public class Program
{
public static void Main(string[] args)
{
// I will use the WP "Enlighter - Customizable Syntax Highlighter" for code highlighting
Because.I("like the way it works for my purpose!");
}
}