Began proof-of-concept memory module.
[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;