Files
hello-world/n/nice.nice
2018-08-22 01:37:32 -03:00

3 lines
56 B
Plaintext
Executable File

void main(String[] args){
println("hello world");
}