examples: build examples/hello_v_js.v without warnings/errors

pull/6640/head
Delyan Angelov 2020-10-18 09:33:55 +03:00
parent b7233a23d7
commit 67ecc04580
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
fn main() {
for i in 0 .. 3 {
println('Hello from V.js')
println('Hello from V.js ($i)')
}
}