8 lines
74 B
C

#include <stdio.h>
int getFoo();
int main() {
return getFoo() - 42;
}