9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
# Simple test without external calls
|
|
static box Main {
|
|
init { result }
|
|
|
|
main() {
|
|
me.result = "Simple test"
|
|
return me.result
|
|
}
|
|
} |