README added
authorRichard Kojedzinszky <krichy@cflinux.hu>
Thu, 25 Sep 2014 20:43:33 +0000 (22:43 +0200)
committerRichard Kojedzinszky <krichy@cflinux.hu>
Thu, 25 Sep 2014 20:43:33 +0000 (22:43 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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.