mirror of
https://gitee.com/yanmu_ym/cpp.git
synced 2026-02-04 01:53:15 +08:00
8 lines
89 B
C++
8 lines
89 B
C++
#include "2048.hpp"
|
|
#include "menu.hpp"
|
|
|
|
int main() {
|
|
Menu::startMenu();
|
|
return 0;
|
|
}
|