Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poudel/advent-2020-clj
Advent of code 2020 in Clojure
https://github.com/poudel/advent-2020-clj
advent-of-code advent-of-code-2020 advent-of-code-2020-clojure clojure
Last synced: 4 days ago
JSON representation
Advent of code 2020 in Clojure
- Host: GitHub
- URL: https://github.com/poudel/advent-2020-clj
- Owner: poudel
- License: other
- Created: 2020-12-01T23:57:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T13:28:17.000Z (about 4 years ago)
- Last Synced: 2024-12-25T07:56:23.579Z (14 days ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2020-clojure, clojure
- Language: Clojure
- Homepage: https://keshp.com/blog/advent-of-code-2020-day-one.html
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Advent of code 2020 -- clojure experiments
# Run
```bash
lein run
```# Test
```bash
lein test
```