asteroidgen/src/main.cpp

8 lines
95 B
C++

#include "Application.h"
int main(void) {
srand(time(0));
Application::instance().run();
}