Skip to content

Commit

Permalink
missing arrow in spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Dec 26, 2023
1 parent 00d324c commit 87b48c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/src/2023/25.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ main =
putChar '\^H'
hFlush stdout
loop xs
loop (cycle "←↖↑→↘↓↙")
loop (cycle "←↖↑↗︎→↘↓↙")

simpleGraph :: [(Int, [Int])] -> UGr
simpleGraph input =
Expand Down

0 comments on commit 87b48c7

Please sign in to comment.