#include "module_1.h" #include "module_2.h" #include "module_3.h" int main() { printf_1(); printf_2(); printf_3(); return 0; }