aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoririfkin <ianrifkin@ianrifkin.com>2023-11-02 15:08:37 -0400
committeririfkin <ianrifkin@ianrifkin.com>2023-11-02 15:08:37 -0400
commit2299a0cae293bf36b96d6add038d03b9109c3a91 (patch)
treec60e6a8b5f8abe31d62e23c4ff006ca94de937cc
parent25b7cd78a7df9fff61c3975713fae77b3ca8eadd (diff)
downloadperlweeklychallenge-club-2299a0cae293bf36b96d6add038d03b9109c3a91.tar.gz
perlweeklychallenge-club-2299a0cae293bf36b96d6add038d03b9109c3a91.tar.bz2
perlweeklychallenge-club-2299a0cae293bf36b96d6add038d03b9109c3a91.zip
blog title
-rw-r--r--challenge-241/ianrifkin/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/challenge-241/ianrifkin/README.md b/challenge-241/ianrifkin/README.md
index 3c47888b88..79bab2131b 100644
--- a/challenge-241/ianrifkin/README.md
+++ b/challenge-241/ianrifkin/README.md
@@ -1,7 +1,9 @@
-# A.A.B.A. (Acronym And Build Array)
+# Math is hard
Challenge 241: https://theweeklychallenge.org/blog/perl-weekly-challenge-241/
+Some of The Weekly Challenges are more intimidating for me based on how math-heavy the task feels. The first task seemed overwhelming but was pretty quick to create a solution, yet the second task took me much longer.
+
## Task 1: Arithmetic Triplets
```