aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/vlib/v/tests/inout/hello.vv
blob: 24c0d2aa249c404806cb8c070d6590e7509cb421 (plain)
1
2
3
fn main() {
	println('hello world')
}