Skip to content

ajpierce/advent-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published