.. | ||
input.txt | ||
part1.hs | ||
part2.hs | ||
README.md |
Day 2
Part 1
Spent some time reading up on how to define a custom instance of Read
. Pretty simple otherwise. Surprised countElem
isn't in Prelude.
.. | ||
input.txt | ||
part1.hs | ||
part2.hs | ||
README.md |
Spent some time reading up on how to define a custom instance of Read
. Pretty simple otherwise. Surprised countElem
isn't in Prelude.