Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 270 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 270 Bytes

Advent of Code 2019 in Clojure

This is a repo of my solutions to the AoC 2019 contest.

The code for Day 1 assumes that the input is stored in the file input1.txt, and so on.

Run tests

lein test

Run REPL

lein repl