main.c 58 B

1234567
  1. #include "func.h"
  2. int main(){
  3. f1();
  4. f2();
  5. return 0;
  6. }