ajpierce / advent-clj

Advent of Code solutions, in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Advent of Code solutions, in Clojure

License:MIT License


Languages

Language:Clojure 100.0%