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

https://github.com/scorphus/advent-of-code-2017

💚💙 Solutions to Advent of Code 2017 🎄
https://github.com/scorphus/advent-of-code-2017

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

Last synced: about 1 month ago
JSON representation

💚💙 Solutions to Advent of Code 2017 🎄

Awesome Lists containing this project

README

        

# :christmas_tree: Advent of Code 2017 [![Build Status][build-badge]][action-link] [![Coverage Status][codecov-badge]][codecov-link]

Solutions to [Advent of Code 2017] in [Clojure][]
:green_heart::blue_heart:

## Motivations

- Learn [Clojure][], its tooling and ecosystem
:green_heart::blue_heart:
- Practice problem solving :zap:
- Have fun :slightly_smiling_face:

## License

Code in this repository is distributed under the terms of the BSD 3-Clause
License (BSD-3-Clause).

See [LICENSE] for details.

[build-badge]: https://github.com/scorphus/advent-of-code-2017/workflows/Clojure/badge.svg
[action-link]: https://github.com/scorphus/advent-of-code-2017/actions?query=workflow%3AClojure
[codecov-badge]: https://codecov.io/gh/scorphus/advent-of-code-2017/branch/main/graph/badge.svg
[codecov-link]: https://codecov.io/gh/scorphus/advent-of-code-2017
[advent of code 2017]: https://adventofcode.com/2017
[clojure]: https://clojure.org/
[license]: LICENSE