Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 316 Bytes

File metadata and controls

12 lines (8 loc) · 316 Bytes

string difference

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

License

This project is licensed under the MIT License - see the LICENSE file for details