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