8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
// OPTION: 1
|
|
fun foo(n: Int): Int {
|
|
<caret>println("> 0")
|
|
n + 10
|
|
|
|
return n
|
|
}
|