Update Roofus.c

This commit is contained in:
Racoonicorn 2016-12-27 13:56:07 +01:00 committed by GitHub
parent 92b233ba39
commit e4bee50b83
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }