Update Roofus.c
This commit is contained in:
parent
92b233ba39
commit
e4bee50b83
4
Roofus.c
4
Roofus.c
|
@ -1,4 +1,5 @@
|
||||||
#define VERSION "1.00"
|
// Not updated version
|
||||||
|
// Version without ncurses library
|
||||||
|
|
||||||
#define N 9
|
#define N 9
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -37,7 +38,6 @@ int main () {
|
||||||
menu ();
|
menu ();
|
||||||
}
|
}
|
||||||
fclose (fp);
|
fclose (fp);
|
||||||
printf ("\n\n\n\nRoofus v%s", VERSION);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue