This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
3064fff95b
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 18:34:17 +03:00
fn
main
(
)
{
examples: reorganize
2020-03-21 11:47:38 +03:00
for
i
in
0
..
3
{
examples: build examples/hello_v_js.v without warnings/errors
2020-10-18 09:33:55 +03:00
println
(
'
H
e
l
l
o
f
r
o
m
V
.
j
s
(
$
i
)
'
)
examples: reorganize
2020-03-21 11:47:38 +03:00
}
github actions: simplify ci.yml, test js backend on windows
2019-09-21 18:34:17 +03:00
}
Reference in New Issue
Copy Permalink