2 lines
89 B
C
2 lines
89 B
C
int sub1(int x) { return x - 1; }
|
|
int main(int argc, char **argv) { return sub1(argc); }
|