main.c 78 B

123456
  1. int sub_lib_method(void);
  2. int main() {
  3. return 1337 - sub_lib_method();
  4. }