Advent of Code 2020: Day 3 (Ruby solution)
This time the input for puzzles is a text file that pretends to be a map. Your mission is to count the trees on your way.
In the first task, you move always 3 steps right and 1 step down.
In the second task, there are 5 different ways of taking steps...
rubywizards.com1 min read