This commit is contained in:
Feast
2026-05-10 09:00:14 +08:00
commit 478b3451a1
30 changed files with 1723 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "欢迎来到抽卡世界!\n";
return 0;
}