#include <iostream>
#include <raul/AtomicInt.h>
#include <raul/AtomicPtr.h>

using namespace std;
using namespace Raul;

int
main()
{
	cout << "Well, at least I compiled; that's gotta count for something eh?" << endl;

	return 0;
}