Skip to content

LaurentAerens/DemoDiffMatchPatch

Repository files navigation

DemoDiffMatchPatch Application

This is a demo application showcasing the usage of the Diff Match Patch repo originally by google. GitHub Repository: dmsnell/diff-match-patch

Project Structure

  • 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.

Running the Application

To run the application, use the following command in the terminal:

dotnet run --project DemoDiffMatchPatch.csproj

This will start the application.

About

a demo app of the diffmatchpatch repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages