throw, catch, heredocs for Regolith Reservoir - Advent of Code 2022 Day 14 with Ruby

throw, catch, heredocs for Regolith Reservoir - Advent of Code 2022 Day 14 with Ruby

00:00 Introduction
02:18 Grab input and start parsing lines
04:50 Grid boundaries
07:26 Build grid from boundaries
11:12 Start pouring sand
20:16 Part 2

Challenge: https://adventofcode.com/2022/day/14
Solution: https://gist.github.com/cjavdev/358c6a2587da9ca83404b81f9d7fac4a

#ruby #adventofcode