body1.c 39 B

123456
  1. int f();
  2. int main()
  3. {
  4. return f();
  5. }