6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
import "../a"
|
|
|
|
two :: func(value int) i32 {
|
|
return a.one(value)
|
|
}
|