Kind-of worked on the R-Tree; not really enough time to do much.
[aesalon.git] / tests / sleepTest.c
blobb5d47db4eb15bbd7b3d45fba1d4144b6776c659a
1 #include <stdio.h>
2 #include <unistd.h>
4 int main(int argc, char *argv[]) {
5 sleep(15);
6 return 0;