diff --git a/day1/README b/day1/README index f415ed0..dd11edb 100644 --- a/day1/README +++ b/day1/README @@ -30,3 +30,5 @@ E.g. for i <- list, j <- list, k <- list, do: ... +However, can't short-circuit comprehensions, so maybe recursion was a good choice after all 🤷‍♂️ +