projects
/
uwc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
README added
author
Richard Kojedzinszky
<krichy@cflinux.hu>
Thu, 25 Sep 2014 20:43:33 +0000
(22:43 +0200)
committer
Richard Kojedzinszky
<krichy@cflinux.hu>
Thu, 25 Sep 2014 20:43:33 +0000
(22:43 +0200)
README
[new file with mode: 0644]
patch
|
blob
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.