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
af289da844
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 18:34:17 +03:00
fn
main
(
)
{
cleanup: replace C for loops with range
2020-02-24 19:55:16 +03:00
for
i
in
0
..
3
{
github actions: simplify ci.yml, test js backend on windows
2019-09-21 18:34:17 +03:00
println
(
'
H
e
l
l
o
f
r
o
m
V
.
j
s
'
)
}
}
Reference in New Issue
Copy Permalink