Updated blog link
[advent-of-code-21.git] / advent24 / MainLax.hs
index 2dc91cd177135ad0835bbc0f1edeae453b8f8415..e8e984faf0e11c5c7c16fb9c96f954d99ab6e356 100644 (file)
@@ -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