exit.c 99 B

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