adventofcode/README.md

7 lines
320 B
Markdown
Raw Normal View History

2017-12-01 20:28:13 +00:00
# adventofcode2017
Day One
=======
Both of these solutions are in node.js, converting the captcha string into an array, and then iterating through the array converting the chars to integers and perfoming a sum if one interger matches the next (part one) or the intewger "opposite" it in the circular array (part two).