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
a6dfc6d46b
v
/
examples
/
hello_v_js.v
6 lines
65 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
(
)
{
examples: reorganize
2020-03-21 09:47:38 +01:00
for
i
in
0
..
3
{
println
(
'
H
e
l
l
o
f
r
o
m
V
.
j
s
'
)
}
github actions: simplify ci.yml, test js backend on windows
2019-09-21 17:34:17 +02:00
}