8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
static box Main {
|
|
main() {
|
|
local a
|
|
a = new ArrayBox()
|
|
return a.length()
|
|
}
|
|
}
|