6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
import "../math"
|
|
|
|
used_here func() int {
|
|
return math.value
|
|
}
|