set up the file structure

This commit is contained in:
2023-10-13 10:56:32 +08:00
parent 135a4f4c51
commit adb097edae
4 changed files with 48 additions and 9 deletions

8
checker/judger.cpp Normal file
View File

@ -0,0 +1,8 @@
/**
* @file judger.cpp
*
* @brief this is the judger of ICPC-Management-System to test the code.
*/
int main(int argc,char* argv[]){
return 0;
}