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