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