Contact
If you want to contact me just run the following Elixir program to get my e-mail address:
defmodule Contact do
@contact "ZGFyaW8uaGVpbmlzY2hAZ21haWwuY29t"
def email() do
@contact
|> Base.decode64!()
|> IO.puts()
end
end
I am pretty approachable and always down to meet new people & grab a cafe!