mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: update example (#9719)
This commit is contained in:
parent
14434cc86a
commit
80dbe8db1c
@ -173,7 +173,7 @@ cd examples
|
||||
v hello_world.v && ./hello_world # or simply
|
||||
v run hello_world.v # this builds the program and runs it right away
|
||||
|
||||
v word_counter.v && ./word_counter cinderella.txt
|
||||
v run word_counter/word_counter.v word_counter/cinderella.txt
|
||||
v run news_fetcher.v
|
||||
v run tetris/tetris.v
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user