Daily bit(e) of C++ #340, Advent of Code using Modern C++: Day 7.
for part 2 my approach with dealing with the jokers is to add the number of jokers to `freq[0]` and analyze the hand similar to how it is done in part 1
for part 2 my approach with dealing with the jokers is to add the number of jokers to `freq[0]` and analyze the hand similar to how it is done in part 1