From: Richard Kojedzinszky Date: Thu, 25 Sep 2014 20:43:33 +0000 (+0200) Subject: README added X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=70505a551384e1bd25a5b6f2fdc393de10542611;p=uwc.git README added --- 70505a551384e1bd25a5b6f2fdc393de10542611 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.