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