/advent-clj

Advent of Code solutions, in Clojure

Primary LanguageClojureMIT LicenseMIT

advent-clj

A repository for holding the answers to the Advent of Code challenges, solved in Clojure.

In the past, I would create a new repo every year whenever Advent of Code started. With this repo, I'm starting over from the beginning (2015) and working through every problem for Clojure practice, and to scratch the coding itch 😁

Installation

  1. Install Java.
  2. Install Clojure.
  3. Install Leiningen.

Usage

To run a solution, use the lein run command, like so:

$ lein run -m advent-clj.2015.day01