namespace AdventOfCode2023 open System open System.Collections.Generic [] module Day5 = let part1 (s : string) = use lines = StringSplitEnumerator.make '\n' s 0 let part2 (s : string) = use lines = StringSplitEnumerator.make '\n' s 0