up
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../libs/time.h"
|
||||
|
||||
int main() {
|
||||
printf("Wait 5 seconds...\n");
|
||||
wait(5);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user