6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
import "./level_one"
|
|
|
|
main func() i32 {
|
|
return level_one.value()
|
|
}
|