tgclc/main.cpp
2020-05-17 07:42:43 -07:00

10 lines
120 B
C++

#include <iostream>
#include "application.h"
int main() {
tgclc::Application app;
app.loop();
return 0;
}