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