v/vlib/v/tests/inout/hello.vv

4 lines
38 B
V

fn main() {
println('hello world')
}