save code

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