main.c 55 B

123456
  1. #include "func.h"
  2. int main(void)
  3. {
  4. return func();
  5. }