4 lines
55 B
Plaintext
Executable File
4 lines
55 B
Plaintext
Executable File
void main(String[] args){
|
|
println("Hello World");
|
|
}
|