module main
fn main() // Variables are immutable by default name := 'V Programmer' // Mutable variables mut count := 0 count++
V compiles ~100k to 1.2 million lines of code per second per CPU core.
v hello.v
module main
fn main() // Variables are immutable by default name := 'V Programmer' // Mutable variables mut count := 0 count++ getting started with v programming pdf updated
V compiles ~100k to 1.2 million lines of code per second per CPU core. module main fn main() // Variables are immutable
v hello.v