Update Roofus.c

no-ncurses
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
#include <stdio.h>
@ -37,7 +38,6 @@ int main () {
menu ();
}
fclose (fp);
printf ("\n\n\n\nRoofus v%s", VERSION);
return 0;
}