My first blog post

#include <cstdio>
#include <iostream>

int main()
{
	std::cout << "hello, world!" << std::endl;

	return 0;
}

The following is how to do a pre block without syntax highlighting outside markdown blocks, Eg.:

#include <cstdio>
#include <iostream>

int main()
{
	std::cout << "hello, world!" << std::endl;

	return 0;
}