Init
This commit is contained in:
10
src/main.cpp
Normal file
10
src/main.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @brief this is the main code of ICPC-Management-System
|
||||
*
|
||||
* @details .
|
||||
*/
|
||||
#include<cstdio>
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user