6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
|
|
// Simplest possible example for native build
|
||
|
|
static box Main {
|
||
|
|
main() {
|
||
|
|
return 42
|
||
|
|
}
|
||
|
|
}
|