aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/examples/word_counter/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'v_windows/v/old/examples/word_counter/README.md')
-rw-r--r--v_windows/v/old/examples/word_counter/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/v_windows/v/old/examples/word_counter/README.md b/v_windows/v/old/examples/word_counter/README.md
new file mode 100644
index 0000000..1316ad8
--- /dev/null
+++ b/v_windows/v/old/examples/word_counter/README.md
@@ -0,0 +1,25 @@
+```
+usage: word_counter [text_file]
+using cinderella.txt
+a => 25
+able => 2
+after => 1
+afterwards => 1
+again => 10
+against => 2
+all => 12
+allow => 1
+allowed => 2
+along => 1
+also => 2
+always => 2
+an => 4
+and => 140
+anew => 1
+anger => 1
+another => 2
+answered => 1
+any => 1
+anyone => 2
+...
+```