More to come...
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
268B

  1. #include "../chapter/chapter_0.c"
  2. #include "../chapter/chapter_1.c"
  3. #include "../chapter/chapter_2.c"
  4. #include "../chapter/chapter_x.c"
  5. #include "../chapter/chapter_y.c"
  6. int main (void) { // EXPERIMENTAL (WILL BE DELETED)...
  7. play_game ();
  8. return (EXIT_SUCCESS);
  9. }