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.10
sandbox engine: codapi
sandbox name: vlang
command: run
in-browser: ✘
Usage example:
```v
fn main() {
println("Hello, World!")
}
```
<codapi-snippet sandbox="vlang" editor="basic">
</codapi-snippet>