Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Dec 22, 2023
1 parent f7352d9 commit 8266e65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions solutions/src/2023/22.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ Maintainer : [email protected]
-}
module Main (main) where

import Advent (format, count, countBy, pickOne)
import Advent (format, count, pickOne)
import Advent.Box (intersectBox, Box(Pt, Dim), Box')
import Control.Parallel.Strategies (parList, rseq, runEval)
import Data.List (delete, sort)
import Data.List (sort)
import Data.Maybe (isNothing)
import Data.Ord (comparing)

-- | Parse the input boxes and print answers to both parts.
--
Expand Down

0 comments on commit 8266e65

Please sign in to comment.