7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
main() {
|
|
x := 1 + f(x)
|
|
}
|
|
|
|
f(x Int) -> Int {
|
|
return x
|
|
} |