12 lines
268 B
C
12 lines
268 B
C
#include "../chapter/chapter_0.c"
|
|
#include "../chapter/chapter_1.c"
|
|
#include "../chapter/chapter_2.c"
|
|
#include "../chapter/chapter_x.c"
|
|
#include "../chapter/chapter_y.c"
|
|
|
|
int main (void) { // EXPERIMENTAL (WILL BE DELETED)...
|
|
play_game ();
|
|
|
|
return (EXIT_SUCCESS);
|
|
}
|