shangcheng/src/main.cpp

17 lines
209 B
C++
Raw Normal View History

2026-05-06 02:54:13 +00:00
/**
* @file main.cpp
* @brief
*/
#include "app.hpp"
/**
* @brief
* @return 退
*/
int main() {
App app;
app.run();
return 0;
}