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
ed39d151b7
v
/
examples
/
hello_v_js.v
6 lines
70 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
{
examples: build examples/hello_v_js.v without warnings/errors
2020-10-18 08:33:55 +02:00
println
(
'
H
e
l
l
o
f
r
o
m
V
.
j
s
(
$
i
)
'
)
examples: reorganize
2020-03-21 09:47:38 +01:00
}
github actions: simplify ci.yml, test js backend on windows
2019-09-21 17:34:17 +02:00
}