Advent of Code 2019 - Day 2

Nice solution based on Stream, and Function.info/1 I’ve never thought about before :slight_smile:

Here’s my version.
I did the input parsing in compile time so it was a bit faster. I found that in later puzzles the input might take more time to parse (it happened before).