v/vlib/v/gen/native/tests/hello.vv

4 lines
46 B
V

fn main() {
println('hello from native V')
}