This puzzle is called Wait For It. open System let sampleText = "Time: 7 15 30 Distance: 9 40 200" Part 1 # In this puzzle, I can make use of units of measure. This will allow me to make sure I don’t get my time numbers mixed up with my distance numbers. Because F# does not have built-in units for milliseconds and milliseconds I can very easily define them myself.