6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
static box BasicTest {
|
|
main() {
|
|
print("Hello from BasicTest")
|
|
return 0
|
|
}
|
|
} |