ColorRace/game/src/main.cpp
2026-07-29 12:18:47 +02:00

8 lines
224 B
C++

#include "ColorRaceApp.h"
// TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
int main() {
ColorRaceApp app;
app.run();
return 0;
}