main.c 49 B

12345
  1. extern int kkk();
  2. int main() {
  3. return kkk();
  4. }