Files
hakorune/tools/hako_check/tests/HC014_missing_entrypoint/ng.hako

8 lines
99 B
Plaintext
Raw Normal View History

// ng.hako — missing Main.main entrypoint
static box Main {
method run() {
return 0
}
}