RosettaCodeData/Task/Hello-world-Text/V-(Vlang)/hello-world-text.v
2023-07-01 13:44:08 -04:00

3 lines
46 B
V

fn main() {
println('Hello World!')
}