4 lines
47 B
Plaintext
Raw Permalink Normal View History

2022-05-27 13:28:40 +01:00
function main() {
println("Hello World")
}