From d8c7478ad640ad77a3ebef0dfda536a684af476e Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Thu, 8 Dec 2022 02:04:52 +0900 Subject: [PATCH] Add note that it's not a good solution --- 2022/day7.exs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2022/day7.exs b/2022/day7.exs index 71c15cb..921dd47 100644 --- a/2022/day7.exs +++ b/2022/day7.exs @@ -1,3 +1,6 @@ +# This is a poor and overcomplicated solution :( +# Go and read these instead: https://elixirforum.com/t/advent-of-code-2022-day-7/52324 +# Maybe I will revist this later. defmodule Day7 do @root ["/"]