mirror of
https://github.com/Wessel/nhl-levenshtein.git
synced 2026-07-16 05:24:04 +02:00
4 lines
88 B
C#
4 lines
88 B
C#
using LevenshteinRatio;
|
|
|
|
Console.WriteLine(Levenshtein.Ratio("exampel", "example"));
|