Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablocostass/advent-of-clojure-2019
Solutions from the Advent of Code in Clojure (on hold during finals)
https://github.com/pablocostass/advent-of-clojure-2019
advent-of-code advent-of-code-2019
Last synced: 12 days ago
JSON representation
Solutions from the Advent of Code in Clojure (on hold during finals)
- Host: GitHub
- URL: https://github.com/pablocostass/advent-of-clojure-2019
- Owner: pablocostass
- License: epl-2.0
- Created: 2019-12-01T16:25:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T17:20:20.000Z (about 5 years ago)
- Last Synced: 2024-11-16T06:56:33.686Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2019
- Language: Clojure
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Clojure
As a way of learning Clojure I decided to try to do as many days from [this year's edition](https://adventofcode.com/2019/) of the Advent of Code.
> If some day is missing, I'll probably come back to do it later when I've got more time. I will also probably refactor some days as I learn Clojure better.
## Installation
This project was done with *Leiningen*, if you do not have it installed follow [this instructions](https://leiningen.org/#install).
## Usage
Clone the repository and run `lein run`.