Advent of Code F# – Day 17
ps. look out for all my other solutions for Advent of Code challenges here. Day 17 See details of the challenge here. First, let’s add a hash function (that returns the MD5 as a hexadecimal string as we have done so often this year). Then, add a step function that’ll take a (x, y) position and the path …