Files
v-cross-compilation-example/main.v
2025-09-20 00:24:17 +03:00

6 lines
52 B
V

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