Advent of Code 2024 in F# on Windows OS
$ dotnet test
$ type "C:\***\******\****\input.txt" | dotnet run
$ dotnet build -c Release
$ cd bin\Release\netX.X
type "C:\***\******\****\input.txt" | .\day**.exe
The parse function for each challenge question’s input file was designed to handle the CRLF
end of line sequence.