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

using namespace std;
using namespace Raul;

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

	return 0;
}