v / cmd / v2 / hello.v
3 lines · 3 sloc · 38 bytes · 0803ee795deb7c36cfaec309e7d7d4b48107aa09
Raw
1fn main() {
2 println('hello world')
3}
4