6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
// Minimal test for native build
|
|
static box Main {
|
|
main() {
|
|
return 42
|
|
}
|
|
} |