mirror of
https://github.com/Wessel/nhl-levenshtein.git
synced 2026-07-28 03:01:30 +02:00
feat: Initial versions
This commit is contained in:
3
C#/Console/Program.cs
Normal file
3
C#/Console/Program.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
using LevenshteinRatio;
|
||||
|
||||
Console.WriteLine(Levenshtein.Ratio("exampel", "example"));
|
||||
Reference in New Issue
Block a user