Initial commit

This commit is contained in:
2022-04-28 04:34:45 +03:00
commit 4c0cdb2f71
30 changed files with 1218 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include "test.cpp"
using namespace std;
int main(){
test_func();
return 0;
}