core.noscript.text
Discussion thread for day 2 of the Advent of Code : https://adventofcode.com/2020/day/2
It's fun challenge!
Here is my solution for day1 and day2.
Day1:
Day2:
Similar to everybody else using regex
Here is my solution! I used RegEx formulas to get the deed done.
Part 1:
Part 2:
Day 2. Not the most efficient, but I must say I was watching a movie at the time.
Here is my solution - a single tool per step with some fun RegEx formulas!
Part 1 + 2:
Here's my solution for day 2
Day 2. Made perfect sense, and I am a fan of substring. Yes, I am.
For some reason opted to split to rows rather than use substring but there we go...!