7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
static box Main {
|
|
main() {
|
|
print("hello")
|
|
return 0
|
|
}
|
|
}
|