Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/borkdude/aoc2017

Advent of Code 2017
https://github.com/borkdude/aoc2017

advent-of-code advent-of-code-2017 clojure

Last synced: 2 months ago
JSON representation

Advent of Code 2017

Awesome Lists containing this project

README

        

# Advent of Code 2017

Solutions in Clojure.

## Run

Clone this repo and install [boot](http://boot-clj.com/).

Run all completed solutions:

boot run-all

or just one day:

boot run-day -d 1

or just one part of a day:

boot run-day -d 1 -p 2