6 lines
55 B
Plaintext
6 lines
55 B
Plaintext
import "../a"
|
|
|
|
main :: func() i32 {
|
|
return a.one(1)
|
|
}
|