7 lines
45 B
Plaintext
7 lines
45 B
Plaintext
|
main() {
|
||
|
x := 1 + f(x)
|
||
|
}
|
||
|
|
||
|
f(x) {
|
||
|
return x
|
||
|
}
|