set up the file structure
This commit is contained in:
8
checker/judger.cpp
Normal file
8
checker/judger.cpp
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user