feat: Initial versions

This commit is contained in:
2025-03-19 20:11:05 +01:00
parent ce33bd915a
commit 2003857ebe
87 changed files with 10981 additions and 8 deletions

3
C#/Console/Program.cs Normal file
View File

@@ -0,0 +1,3 @@
using LevenshteinRatio;
Console.WriteLine(Levenshtein.Ratio("exampel", "example"));