Todays advent of code challenge was about a 3, and then, 4-dimensonal matrix. I chose to represent this is a simple struct
struct Coordinate { x: i32,