]> mj.ucw.cz Git - moe.git/blob - misc/timetest.c
Judges now compile and they use build/tester for the tests.
[moe.git] / misc / timetest.c
1 #include <stdio.h>
2 #include "timelib.h"
3
4 int main(void)
5 {
6   int i;
7   for (i = 0; i <100000000; i++);
8   printf("%d\n", cpspc_time());
9 }