Added version using case
[advent-of-code-23.git] / advent03 / Main.hs
index f805c177e95487472900aa51244da7f442c5254c..01df0bb9d957bcf1244ce1a70bb0247a78166bf0 100644 (file)
@@ -1,8 +1,6 @@
--- Writeup at https://work.njae.me.uk/2022/12/14/advent-of-code-2022-day-12/
-
+-- Writeup at https://work.njae.me.uk/2023/12/03/advent-of-code-2023-day-03/
 import AoC
 
-
 import Data.Char
 import Data.List
 import Linear (V2(..), (^+^))