6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
import "./level_two"
|
|
|
|
value func() i32 {
|
|
return level_two.value()
|
|
}
|