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