#include "simulation.hpp"
#include <thread>
int main() {
Simulation simulation;
simulation.mainLoop();
}