mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix formatting in .md files too
This commit is contained in:
@@ -1679,8 +1679,8 @@ const (
|
||||
world = '世界'
|
||||
)
|
||||
|
||||
println(pi)
|
||||
println(world)
|
||||
println(main.pi)
|
||||
println(main.world)
|
||||
```
|
||||
|
||||
Constants are declared with `const`. They can only be defined
|
||||
|
||||
Reference in New Issue
Block a user