Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Dec 15, 2024
1 parent 33e62ac commit 1e141df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions solutions/src/2024/15.hs
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ module Main (main) where

import Advent (format)
import Advent.Coord (Coord(..), charToVec, coordLines, coordRow, east, west)
import Advent.Search (dfs)
import Data.Map (Map)
import Data.Map qualified as Map
import Data.Set qualified as Set
import Data.Maybe (mapMaybe)

-- | >>> :main
Expand Down

0 comments on commit 1e141df

Please sign in to comment.