exit.c 97 B

12345
  1. #include <stdio.h>
  2. int main(int argc, const char** argv, const char** envp) {
  3. return 113;
  4. }