+test utility
[meinos.git] / apps / test / test.c
blob74f591b68c44ad58e25efe1e4b4a2a7056d5585b
1 #include <time.h>
2 #include <stdio.h>
4 int main() {
5 printf("%d\n",time(NULL));
6 return 0;