Skip to content

Commit

Permalink
fix(2024/Day_22): removed useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheinxy committed Dec 22, 2024
1 parent 72eb7b4 commit 408b0a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2024/Day_22/Day_22.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module Main where
import System.Environment
import Data.Bits
import Data.List
import Data.Function
import Data.Map (Map)
import qualified Data.Map as Map
import Data.Set (Set)
Expand Down

0 comments on commit 408b0a5

Please sign in to comment.