#include "ColorRaceApp.h" // TIP To Run code, press or click the icon in the gutter. int main() { ColorRaceApp app; app.run(); return 0; }