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