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