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