Advent of Code F# – Day 5
ps. look out for all my other solutions for Advent of Code challenges here. Day 5 See details of the challenge here. Let’s start by adding a hash function that’ll take an input string and return the hexdecimal representation of its MD5 hash. From there, we can create an infinite sequence of hash values generated …