- Living in SP, Brazil.
- Dev since 2017.
- Also I'm passionate about open-source, testing and functional programming.
- I am always interested in learning something new, currently I am focused on studying Rust.
|
|
defmodule LevenShteinDistance do
def compare_distance(str, ""), do: String.length(str)
def compare_distance("", str), do: String.length(str)
def compare_distance(str, str), do: 0
The open source Discord bot that solves all of your problems.
Um site feito com next.js para a Menhera