From ddc929c03f5d629af6e725b690f1a4d2804bc2e5 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sun, 12 Feb 2017 14:04:12 -0600 Subject: [PATCH] Add the source to the latest til --- elixir/compute-md5-digest-of-a-string.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elixir/compute-md5-digest-of-a-string.md b/elixir/compute-md5-digest-of-a-string.md index f6e7638..2b192e1 100644 --- a/elixir/compute-md5-digest-of-a-string.md +++ b/elixir/compute-md5-digest-of-a-string.md @@ -18,3 +18,5 @@ looking for. > Base.encode16(:erlang.md5("#myelixirstatus"), case: :lower) "91948b63c2b06912f2f625458e45e2c7" ``` + +[source](https://gist.github.com/10nin/5713366#gistcomment-1445219)