mirror of
https://github.com/vlang/v.git
synced 2025-08-04 02:07:28 -04:00
6 lines
72 B
V
6 lines
72 B
V
fn main() {
|
|
for i in 0 .. 3 {
|
|
println('Hello from V.js (${i})')
|
|
}
|
|
}
|