Random ramblings, mostly technical

Wiktor writes about stuff.

Reasons for blogging

2016-02-06

I finally decided to create a form of blog, mainly for braindumping things I did, and probably will need in the future. I plan posting mostly about Linux, programming and other technical stuff I tinker with. Some side-posts in Polish are possible.

Shameless test for embedded code highlighting:

	#include <stdio.h>;

	int main(int argc, char* argv[])
	{
		printf("Hello, blog!\n");
	}