first milestone reached
This commit is contained in:
22
Code/rover/futility.c
Normal file
22
Code/rover/futility.c
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* MYRYS ROVER --- FUTILITY
|
||||
*
|
||||
* new Today is Boomtime, the 1st day of Confusion in the YOLD 3192
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../common/protocol.h"
|
||||
|
||||
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
|
||||
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
|
||||
fprintf(stderr, "####### %s\n", __FILE__);
|
||||
|
||||
return 0;
|
||||
}
|
||||
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
|
||||
Reference in New Issue
Block a user