debug of the main program
This commit is contained in:
parent
367b1b47d3
commit
c3575bf22f
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user