add test test2

This commit is contained in:
2025-04-01 19:38:25 +08:00
parent 10941a34a7
commit 90023c8e50

6
others/test2.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include<bits/stdc++.h>
using namespace std;
int main(){
return 0;
}