- A simple hangman solver tries to solve and prints number of guesses and wrong guess in the end
- uses frequency count of the characters to calculate score of each character
- in case of tie, prefer vowels over consonants
- if tie exists, sort lexicographically and pick the top character
- saved in src/main/resources/dictionary.txt
- bash run.sh