Files
TypoML/main.v
T
2026-07-10 14:13:40 +02:00

6 lines
52 B
V

module main
fn main() {
println('Hello World!')
}