Main
Description
https://adventofcode.com/2016/day/4
type Entry = ([String], Int, String) Source #
main :: IO () Source #
>>> :main 158835 [993]
>>>
:main
decryptEntry :: Entry -> String Source #
isGoodEntry :: Entry -> Bool Source #
computeHash :: String -> String Source #
decrypt :: Int -> Char -> Char Source #