simple implementation of an anagram finder
for a command line build, download the AI2Demo directory and execute: javac AI2Demo/*java
Run: to run: java ./src AI2Demo.AnagramFinder /path/to/input/file.txt
Dependencies:
Java 8 sdk to build
Java 8 jre to run