6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
module "main"
|
|
|
|
extern "main" func main(args: []cstring): i64
|
|
{
|
|
return 0
|
|
} |