From b3992f8d52575c7bfa253b203f4200fbded0ec96 Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Thu, 8 Dec 2022 02:46:18 +0900 Subject: [PATCH] Remove self-deprecating comment --- 2022/day7.exs | 3 --- 1 file changed, 3 deletions(-) diff --git a/2022/day7.exs b/2022/day7.exs index 57dbaef..d11ce92 100644 --- a/2022/day7.exs +++ b/2022/day7.exs @@ -1,6 +1,3 @@ -# 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 ["/"]