A command line application which prints to standard out the number of characters which are different between two strings
./mvnw exec:java -q -Dexec.args="foostring barstring"
> 3
This project is licensed under the MIT License - see the LICENSE file for details