main.c 51 B

123456
  1. #include "a.h"
  2. int main() {
  3. test();
  4. return 0;
  5. }