Files
bar/main.cpp
2025-12-09 22:09:26 +01:00

9 lines
93 B
C++

#include "app.hpp"
int main(int argc, char *argv[])
{
App app;
return app.run();
}