#include <stdio.h>
#include "../libs/time.h"
int main() {
printf("Wait 5 seconds...\n");
wait(5000);
return 0;
}