int main()
{
	TestGame* game = new TestGame();

	game->run();

    return EXIT_SUCCESS;
}