this is a collection of my solutions to the Advent of Code challenges. The solutions are written in clojure and are organized by year and day.
each year will have its own package. since the package name cannot start with a number, the year will be prefixed with y. for example, the package for 2024 will be y2024. each day will have its own namespace within the year package. for example, the namespace for day 1 of 2024 will be y2024.day1.
Copyright © 2026 Joe D'Alessandro
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.