mirror of
https://github.com/vlang/v.git
synced 2025-09-08 06:41:58 -04:00
6 lines
59 B
V
6 lines
59 B
V
import os
|
|
|
|
fn main() {
|
|
println('Hello, ${os.args[1]}!')
|
|
}
|