remove dead code

This commit is contained in:
toastyandwarm 2024-12-07 15:42:40 +00:00
parent 730c752ee7
commit bbff8c31cc

View file

@ -42,9 +42,6 @@ getOperators2 x
concat' :: (Show a, Read a) => a -> a -> a
concat' x y = read ((show x) ++ (show y))
--solve2 :: [(Int, Int)] -> Int
--solve2 x = sum $ (\(x, y) -> map (\z -> z * (count z y)) x) $ unzip x
main :: IO()
main = do
fileinp <- readFile "input.txt"