This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
69f256b900
v
/
examples
/
hello_v_js.v
6 lines
91 B
V
Raw
Normal View
History
Unescape
Escape
github actions: simplify ci.yml, test js backend on windows
2019-09-21 17:34:17 +02:00
fn
main
(
)
{
cleanup: replace C for loops with range
2020-02-24 17:55:16 +01:00
for
i
in
0
..
3
{
github actions: simplify ci.yml, test js backend on windows
2019-09-21 17:34:17 +02:00
println
(
'
H
e
l
l
o
f
r
o
m
V
.
j
s
'
)
}
}