This commit is contained in:
2023-10-13 10:24:49 +08:00
parent acacbd4ce6
commit b2a45c8154
4 changed files with 19 additions and 0 deletions

10
src/main.cpp Normal file
View File

@ -0,0 +1,10 @@
/**
* @brief this is the main code of ICPC-Management-System
*
* @details .
*/
#include<cstdio>
int main()
{
return 0;
}