mirror of
https://github.com/QingdaoU/Judger.git
synced 2025-01-04 11:21:42 +00:00
6 lines
88 B
C
6 lines
88 B
C
#include <unistd.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
sleep(4000);
|
|
return 0;
|
|
} |