1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

readme: Update syntax highlighting

This commit is contained in:
Simo Aleksandrov 2019-10-15 09:01:56 +03:00 committed by Alexander Medvednikov
parent 75e2a29cb5
commit 8ebb3a0fb8

View File

@ -145,7 +145,7 @@ glfw dependency will be removed soon.
[examples/hello_v_js.v](examples/hello_v_js.v):
```
```v
fn main() {
for i := 0; i < 3; i++ {
println('Hello from V.js')