Files
VMBL/examples/sylt/hello_world.sylt

3 lines
42 B
Plaintext
Raw Normal View History

2025-12-20 18:25:53 +11:00
fun main() {
println("Hello, World!\n")
}