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

26 lines
290 B
Markdown
Raw Normal View History

2019-06-22 21:24:15 +03:00
```
usage: word_counter [text_file]
using cinderella.txt
2019-10-16 02:52:37 +03:00
a => 25
2019-06-22 21:24:15 +03:00
able => 2
after => 1
2019-10-16 02:52:37 +03:00
afterwards => 1
2019-06-22 21:24:15 +03:00
again => 10
2019-10-16 02:52:37 +03:00
against => 2
2019-06-22 21:24:15 +03:00
all => 12
2019-10-16 02:52:37 +03:00
allow => 1
allowed => 2
2019-06-22 21:24:15 +03:00
along => 1
also => 2
always => 2
2019-10-16 02:52:37 +03:00
an => 4
2019-06-22 21:24:15 +03:00
and => 140
anew => 1
anger => 1
another => 2
answered => 1
any => 1
2019-10-16 02:52:37 +03:00
anyone => 2
2019-06-22 21:24:15 +03:00
...
```