@ -1,4 +1,5 @@
#define VERSION "1.00"
// Not updated version
// Version without ncurses library
#define N 9
#include <stdio.h>
@ -37,7 +38,6 @@ int main () {
menu ();
}
fclose (fp);
printf ("\n\n\n\nRoofus v%s", VERSION);
return 0;