4 lines
55 B
Plaintext
Raw Normal View History

void main(String[] args){
println("Hello World");
}