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

move all vlib modules to vlib/

This commit is contained in:
Alexander Medvednikov
2019-06-29 11:54:29 +02:00
parent bdcbcb075b
commit 4594d78bd6
62 changed files with 6 additions and 5 deletions

View File

@ -1,24 +0,0 @@
```
usage: word_counter [text_file]
using cinderella.txt
able => 2
afterwards => 1
after => 1
against => 2
again => 10
allowed => 2
allow => 1
all => 12
along => 1
also => 2
always => 2
and => 140
anew => 1
anger => 1
another => 2
answered => 1
anyone => 2
any => 1
an => 4
...
```