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