Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
I did end up finishing day 1 on time, the first part was e-z, the second part definitely tripped me up. I’m trying to specifically use functional programming, so not looping through it in a traditional manner took some… understanding?
Yes, I’m doing mine in Ruby. Can anyone DM me their input for Day 2 Part 1?
My code works for the example, but for my input I’m getting the wrong checksum. I’d like to run your input through my script and report back what checksum I get. Thanks!