Hello world!

#include <iostream>
void main()
{
std::cout << “Hello World” << std::endl;
std::cin.get();
}

I have merged my old blogspot blog with this wordpress blog on my new website, so all posts after this one are OLD – as in, before I started higher education.
I added this stuff because I think it’s a nice way of documenting the progress I made over the last few years. 😀