Usage of swift 5.9
In root folder:
swift build -c release
./build/<arch>/<profile>/aoc2023 -i inputs/01.txt 01
For more information:
swift run --help
In root folder:
swift test --filter DayTests.<DayTestToRun>
Day05 Part 02 will take some time to compute the answer, as I did not (yet) implement the optimized version but only the bruteforce method.