Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 309 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 309 Bytes

text-comparer

Text-comparer is a simple comparison tool to show the difference between two text files. Using Nakatsu algorithm.

Usage

  • Command execute:
java -jar compare.jar <file1> <file2>
  • Library reference example: src/main/java/xuning/App.java, src/test/java/xuning/AppTest.java