This repository contains my solutions for the Advent of Code challenges. Advent of Code is an annual coding event with daily programming puzzles released during December. These solutions are implemented in Clojure, aiming to solve each day's problem efficiently and elegantly.
Advent of Code is a series of programming puzzles created by Eric Wastl. It consists of 25 days of challenges released every December leading up to Christmas. These puzzles cover various programming concepts and problem-solving techniques.
For more information, visit Advent of Code.
You will need to have babashka installed in your machine so you can run the bb
command.
bb --main y2023.day1
Replace the year and day number to the one you want to run and see the result.
Contributions to improve existing solutions or add new ones are welcome! Feel free to fork this repository, create a new branch, commit your changes, and open a pull request.
This repository is licensed under the MIT License.