v/examples/build_system/main.v
2025-04-15 20:04:58 +03:00

5 lines
59 B
V

import os
fn main() {
println('Hello, ${os.args[1]}!')
}