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 🎄
- Host: GitHub
- URL: https://github.com/scorphus/advent-of-code-2017
- Owner: scorphus
- License: bsd-3-clause
- Created: 2021-09-17T21:55:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T14:26:08.000Z (over 3 years ago)
- Last Synced: 2025-02-16T20:28:08.218Z (4 months ago)
- Topics: advent-of-code, advent-of-code-2017, clojure
- Language: Clojure
- Homepage: https://adventofcode.com/2017
- Size: 216 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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