Dictionary program in Java
This is a wee program I wrote for an effective programming paper at university a couple of years ago.
What it is:
It takes a text file as input and outputs all the words in that file in alphabetical order,
one word per line, ignoring duplicates. Thats it.
I'm not sure what the size limit of the input file is, but I recall processing War and Peace in
a few seconds.
