mirror of
https://github.com/gechandesu/v-cross-compilation-example.git
synced 2026-01-02 14:39:35 +03:00
6 lines
52 B
V
6 lines
52 B
V
module main
|
|
|
|
fn main() {
|
|
println('Hello World!')
|
|
}
|