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

readme: update v run

This commit is contained in:
Alex Medvednikov 2019-06-23 10:18:28 +02:00 committed by GitHub
parent 9cde09126b
commit 20c83e2c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ Now if you want, you can start tinkering with the compiler. If you introduce a b
```
v hello_world.v && ./hello_world # or simply
v run hello_world.v # This runs the program, but doesn't create the executable
v run hello_world.v # This builds the program and runs it right away
v word_counter.v && ./word_counter cinderella.txt
v news_fetcher.v && ./news_fetcher