8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
|
|
// Simplest possible test
|
||
|
|
static box Main {
|
||
|
|
init { }
|
||
|
|
|
||
|
|
main() {
|
||
|
|
return 42
|
||
|
|
}
|
||
|
|
}
|