xhartae/program/program_z.c

12 lines
268 B
C
Raw Normal View History

2023-11-26 15:11:45 -05:00
#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);
}