More to come...
25개 이상의 토픽을 선택하실 수 없습니다. 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. }