#include "circus.h" int main(){ Ringmaster *master = new Ringmaster(); master->loop(); }