This Mac OS command line application provides solutions to the puzzles on the Advent Of Code web site. You will need to be running a newer version of Xcode with Swift 5.0 in order to use this project.
I have chosen to try and tackle these exercises in Swift mostly as a way to continue to learn and get more proficient with Swift.
When you run these command line tool applications, make sure to show the Debug area (Command-Shift-Y) to enter in which day of the challenge you want to solve, and to see the print output from the Swift code.
Also, keep in mind that the tests all have the puzzle input and solutions for my user ID. If you change the puzzle input for your own puzzle input, the tests will most likely fail to work.
Here are some links to the README files for the various years, along with my thoughts about the solutions.
2024 | 2023 | 2022 | 2021 | 2020 | 2019 | 2018 | 2017 | 2016 | 2015
Here is the link to the Advent Of Code web site, just in case you can't figure it out for yourself or in the event that Google is down:
And here are some other links to Advent of Code public repositories that may be interesting.
From John Boker: 2022 | 2021 | 2020 | 2019 | 2018 | 2017 | 2016