Files
VMBL/examples/sylt/hello_world.sylt
2025-12-20 18:25:53 +11:00

3 lines
42 B
Plaintext

fun main() {
println("Hello, World!\n")
}