vig/examples/hello.v
2019-07-01 15:55:19 -03:00

3 lines
48 B
V

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