From 87b48c7d4f874b1591ac4bc2ec7ee1bb3f03a57e Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Mon, 25 Dec 2023 20:11:25 -0600 Subject: [PATCH] missing arrow in spinner --- solutions/src/2023/25.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/src/2023/25.hs b/solutions/src/2023/25.hs index e939d00..c870979 100644 --- a/solutions/src/2023/25.hs +++ b/solutions/src/2023/25.hs @@ -34,7 +34,7 @@ main = putChar '\^H' hFlush stdout loop xs - loop (cycle "←↖↑→↘↓↙") + loop (cycle "←↖↑↗︎→↘↓↙") simpleGraph :: [(Int, [Int])] -> UGr simpleGraph input =