6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
import "../math"
|
|
|
|
main func() i32 {
|
|
return math.sum(local_value, math.value)
|
|
}
|