Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 355 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 355 Bytes

advent-of-code-clj

Collection of solutions for advent of code

Installation

Usage

Options

Building the notebooks

This command will build notebooks as html into the public-folder

clojure -Xbuildnotebooks

Outdated dependencies:

To see outdated dependencies:

clojure -M:outdated

To upgrade:

clojure -M:update