/advent-of-code-2020

Solutions to the Advent of Code 2020 problems.

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

aoc

FIXME: my new application.

Installation

Download from https://github.com/drsnyder/aoc

Usage

FIXME: explanation

Run the project directly:

$ clojure -M -m drsnyder.aoc

Run the project's tests (they'll fail until you edit them):

$ clojure -M:test:runner

Build an uberjar:

$ clojure -M:uberjar

Run that uberjar:

$ java -jar aoc.jar

Options

FIXME: listing of options this app accepts.

Examples

...

Bugs

...

Any Other Sections

That You Think

Might be Useful

License

Copyright © 2020 Damonsnyder

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.