V playground
fn greet(name string) { println('Hello, ${name}!') } fn main() { greet("World") }
V is a simple, fast, safe, statically typed compiled language for developing maintainable software.
⛫ homepage • αω tutorial • ⚘ community
Sandbox details
V version: 0.4.7
sandbox engine: codapi
sandbox name: v
allowed commands: run
in-browser: ✘
Usage example:
```v
fn main() {
println("Hello, World!")
}
```
<codapi-snippet sandbox="v" editor="basic">
</codapi-snippet>