Added readme

main
Eric Wagoner 2017-12-01 15:28:13 -05:00
parent d29bb94039
commit f4aba7ad51
1 changed files with 6 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# 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).