9 lines
77 B
Plaintext
9 lines
77 B
Plaintext
|
|
static box Main {
|
||
|
|
main(args) {
|
||
|
|
@x = 1
|
||
|
|
print(x)
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|