Hello World

Examples in V
fn main() {
	println('hello world')
}
Last Run  :
hello world