初始化第二题

This commit is contained in:
2024-10-23 21:30:59 +08:00
parent ff38d0b314
commit 5e209ccb18
5 changed files with 12 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
//test2.cpp
#include<iostream>
using namespace std;
int main() {
return 0;
}