advent-of-code-2020
My solutions to this year's programming puzzles, shared on GitHub at the request of some of my coworkers.
Usage
Just open a Clojure REPL on the project, and tweak and invoke the appropriate functions. I expect most everything will stay in the core namespace, but will hopefully remember to update this if they grow enough to merit splitting into other namespaces.
Extra Solutions
I also decided to go back and work on the problems for 2017 after a coworker raved about how much fun they were. They are grouped into their own folders and namespaces.
License
Copyright © 2020 James Elliott
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://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.