From 30f8af4d485603440b88a5859103e0fbd9712959 Mon Sep 17 00:00:00 2001 From: Augie De Blieck Jr Date: Sat, 14 Oct 2023 22:10:47 -0400 Subject: Add links to blog --- challenge-238/augiedb/blog1.txt | 1 + challenge-238/augiedb/blog2.txt | 1 + challenge-238/augiedb/blog3.txt | 1 + 3 files changed, 3 insertions(+) create mode 100644 challenge-238/augiedb/blog1.txt create mode 100644 challenge-238/augiedb/blog2.txt create mode 100644 challenge-238/augiedb/blog3.txt diff --git a/challenge-238/augiedb/blog1.txt b/challenge-238/augiedb/blog1.txt new file mode 100644 index 0000000000..3f50afd0cc --- /dev/null +++ b/challenge-238/augiedb/blog1.txt @@ -0,0 +1 @@ +https://variousandsundry.com/running-sum-or-i-love-recursion/ diff --git a/challenge-238/augiedb/blog2.txt b/challenge-238/augiedb/blog2.txt new file mode 100644 index 0000000000..db95b7db99 --- /dev/null +++ b/challenge-238/augiedb/blog2.txt @@ -0,0 +1 @@ +https://variousandsundry.com/persistence-sort-in-which-i-give-up-and-use-a-global/ diff --git a/challenge-238/augiedb/blog3.txt b/challenge-238/augiedb/blog3.txt new file mode 100644 index 0000000000..526c7a2095 --- /dev/null +++ b/challenge-238/augiedb/blog3.txt @@ -0,0 +1 @@ +https://variousandsundry.com/recursive-running-sum-redux-in-elixir/ -- cgit