From: Neil Smith Date: Sat, 23 Apr 2022 16:57:57 +0000 (+0100) Subject: Updated blog link X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=f961efa630553f9630649481bc6380ec70949720;p=advent-of-code-21.git Updated blog link --- diff --git a/advent24/Main.hs b/advent24/Main.hs index 2b85e46..b1ca376 100644 --- a/advent24/Main.hs +++ b/advent24/Main.hs @@ -1,4 +1,4 @@ --- Writeup at https://work.njae.me.uk/2021/12/29/advent-of-code-2021-day-24/ +-- Writeup at https://work.njae.me.uk/2022/04/23/advent-of-code-2021-day-24/ -- Based on ideas by Daniel Lin, -- taken from https://github.com/ephemient/aoc2021/blob/main/hs/src/Day24.hs diff --git a/advent24/MainDelay.hs b/advent24/MainDelay.hs index fc65f3c..223b813 100644 --- a/advent24/MainDelay.hs +++ b/advent24/MainDelay.hs @@ -1,4 +1,4 @@ --- Writeup at https://work.njae.me.uk/2021/12/29/advent-of-code-2021-day-24/ +-- Writeup at https://work.njae.me.uk/2022/04/23/advent-of-code-2021-day-24/ -- Based on ideas by Daniel Lin, -- taken from https://github.com/ephemient/aoc2021/blob/main/hs/src/Day24.hs diff --git a/advent24/MainLax.hs b/advent24/MainLax.hs index 2dc91cd..e8e984f 100644 --- a/advent24/MainLax.hs +++ b/advent24/MainLax.hs @@ -1,4 +1,4 @@ --- Writeup at https://work.njae.me.uk/2021/12/29/advent-of-code-2021-day-24/ +-- Writeup at https://work.njae.me.uk/2022/04/23/advent-of-code-2021-day-24/ -- Based on ideas by Daniel Lin, -- taken from https://github.com/ephemient/aoc2021/blob/main/hs/src/Day24.hs