mirror of
https://gitee.com/yanmu_ym/cpp.git
synced 2026-02-13 06:14:56 +08:00
MAKE
This commit is contained in:
7
Make/2048/2048.cpp
Normal file
7
Make/2048/2048.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "2048.hpp"
|
||||
#include "menu.hpp"
|
||||
|
||||
int main() {
|
||||
Menu::startMenu();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user