6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
import "../dep"
|
|
|
|
main func() i32 {
|
|
return dep.main()
|
|
}
|