From f5c4671bfbad96bf346bd7e9a21fc4317b4959df Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 3 Dec 2022 17:00:20 +0530 Subject: Adds most of the tools --- v_windows/v/old/examples/word_counter/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 v_windows/v/old/examples/word_counter/README.md (limited to 'v_windows/v/old/examples/word_counter/README.md') 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 +... +``` -- cgit v1.2.3