AOC-2023-2 Cube Conundrum

In this problem, we have to parse the input text and compute the result; this problem was not particularly hard or tricky and just required correct parsing.

code for day 2 is at: https://github.com/upendra1997/advent-of-code-2023-hs/blob/main/day2/day2.hs