9 lines
68 B
Plaintext
9 lines
68 B
Plaintext
import sys
|
|
|
|
main() {
|
|
sys.exit(f(f(f(1))))
|
|
}
|
|
|
|
f(x) {
|
|
return x + 1
|
|
} |