Test assignment for a company which should remain nameless :)
Count the words in a file and sort them by frequency of occurence (Russian translation)
- Validate command line arguments in a separate "Validator" class.
- Move algorithm steps into "Solution" class to keep "main" function clean and tidy
./freq.exe in.txt out.txt