apéro de samedi midi en route...

This commit is contained in:
tTh
2018-12-08 13:02:24 +01:00
parent 44befe2867
commit 2576b84d57
6 changed files with 55 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
* fake-values.c
* fake-values.c
*/
#include <stdio.h>
@@ -30,7 +30,6 @@ if (verbosity > 1) {
fprintf(stderr, "fake values - %s %s\n", __DATE__, __TIME__);
}
printf("%f %d\n", dtime(), random1000(type));
return 0;