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

4 lines
38 B
V
Raw Normal View History

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