Files
BH-ICPC-Management-System-2023/checker/judger.cpp
2023-10-13 10:56:32 +08:00

8 lines
149 B
C++

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