Hello World in V

Posted by yhuang
Public (Editable by Users)
V
None
Edit
fn main() {
	println('hello world')
}