2025-04-15 20:04:58 +03:00

6 lines
59 B
V

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