6 lines
54 B
Plaintext
6 lines
54 B
Plaintext
import "../a"
|
|
|
|
main :: func() i32 {
|
|
return a.run()
|
|
}
|