will advent of code 2021 become the first challenge I actually finish? I wouldn't be that optimistic but let's give it a try
it's fun paired with beer and having shared leaderboard with the boys.
Interesting idea is to make sliding window (and the whole program) generic i.e. SlidingWindow<5> holds 5 measurements. It's a little bit more work because I'd gotta create test case for that.