Advent of Code 2020: Day 4 (Ruby solution)
Another day, another problem to solve. This time, you are asked for some data validation. You are supposed to parse entries from a text file.
In the first task, only validating the presence of some keys is required.
In the second one, you have to ch...
rubywizards.com2 min read