remove dead code
This commit is contained in:
parent
730c752ee7
commit
bbff8c31cc
1 changed files with 0 additions and 3 deletions
|
|
@ -42,9 +42,6 @@ getOperators2 x
|
||||||
concat' :: (Show a, Read a) => a -> a -> a
|
concat' :: (Show a, Read a) => a -> a -> a
|
||||||
concat' x y = read ((show x) ++ (show y))
|
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 :: IO()
|
||||||
main = do
|
main = do
|
||||||
fileinp <- readFile "input.txt"
|
fileinp <- readFile "input.txt"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue