10 lines
120 B
C++
10 lines
120 B
C++
#include <iostream>
|
|
|
|
#include "application.h"
|
|
|
|
int main() {
|
|
tgclc::Application app;
|
|
app.loop();
|
|
return 0;
|
|
}
|