10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
// using/nyash.link E2E sample (placeholder)
|
|
static box Main {
|
|
init { }
|
|
main(args) {
|
|
// When using/nyash.link is active, modules can be resolved here.
|
|
// Placeholder just returns 0 for now.
|
|
return 0
|
|
}
|
|
}
|