Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/borkdude/aoc2017
- Owner: borkdude
- Created: 2017-12-01T08:24:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T12:09:32.000Z (almost 7 years ago)
- Last Synced: 2024-10-04T15:38:00.051Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2017, clojure
- Language: Clojure
- Size: 235 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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