This is a demo application showcasing the usage of the Diff Match Patch repo originally by google. GitHub Repository: dmsnell/diff-match-patch
DemoDiffMatchPatch.sln: The solution file for the project.DemoDiffMatchPatch.csproj: The project file containing configurations and dependencies.Program.cs: The main entry point of the application.DiffMatchPatch.cs: Contains the implementation of the Diff Match Patch repo.DemoJson\example.json: An example JSON file used in the demo.
To run the application, use the following command in the terminal:
dotnet run --project DemoDiffMatchPatch.csprojThis will start the application.