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.

main.c 155B

123456789101112
  1. #include "module_1.h"
  2. #include "module_2.h"
  3. #include "module_3.h"
  4. int main()
  5. {
  6. printf_1();
  7. printf_2();
  8. printf_3();
  9. return 0;
  10. }