debug of the main program

This commit is contained in:
tth 2018-12-05 15:40:31 +01:00
parent 367b1b47d3
commit c3575bf22f
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/*
* fake-values.c
*/
#include <stdio.h>
int main(int argc, char $argv[])
{
fprintf(stderr, "fake values - %s %s\n", __DATE__, __TIME__);
return 0;
}