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
9d1814ab81
v
/
examples
/
hello_v_js.v
6 lines
100 B
V
Raw
Blame
History
fn
main
(
)
{
for
i
:=
0
;
i
<
3
;
i
++
{
println
(
'
H
e
l
l
o
f
r
o
m
V
.
j
s
'
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink