fn part1(input: &str) -> u64
Part 1: lowest positive number (no leading zeroes: 1, 2, 3, …) that produces a hash which start with at least five zeroes
1
2
3