vig/examples/hello.v

4 lines
40 B
V

fn main() {
println("hello world!");
}