From 70505a551384e1bd25a5b6f2fdc393de10542611 Mon Sep 17 00:00:00 2001 From: Richard Kojedzinszky Date: Thu, 25 Sep 2014 22:43:33 +0200 Subject: [PATCH] README added --- README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0a6cfcc --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +This is a collection of the 'unique word count' implemented in many languages. + +All software should read the file passed as argv[1], parse all words in it, and +count their occurence, and then print the words with highest occurence first and their occurences, +one by line. -- 2.1.4