v --version

// Draw text at position (x: 100, y: 750) — origin is bottom-left page.text('Hello, V Programming!', 100, 750)

fn greet(name string) println('Hello, $name!')

>
Success message!
Warning message!
Error message!