Example #1
0
int main(int argc, char* argv[]) {
    Playground app;
    return app.run();
}