mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
github actions: simplify ci.yml, test js backend on windows
This commit is contained in:

committed by
Alexander Medvednikov

parent
f1d5f8e2bf
commit
104e4c9fc7
5
examples/hello_v_js.v
Normal file
5
examples/hello_v_js.v
Normal file
@ -0,0 +1,5 @@
|
||||
fn main() {
|
||||
for i := 0; i < 3; i++ {
|
||||
println('Hello from V.js')
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user