7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
static box Main {
|
|
main(args) {
|
|
return "abcd".substring(1,3).length()
|
|
}
|
|
}
|
|
|