https://github.com/acutmore/aoc-2018
Advent of Code 2018 Clojure Solutions
https://github.com/acutmore/aoc-2018
advent-of-code clojure
Last synced: 12 months ago
JSON representation
Advent of Code 2018 Clojure Solutions
- Host: GitHub
- URL: https://github.com/acutmore/aoc-2018
- Owner: acutmore
- Created: 2018-12-01T19:59:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T22:11:29.000Z (over 7 years ago)
- Last Synced: 2025-01-17T03:29:43.168Z (over 1 year ago)
- Topics: advent-of-code, clojure
- Language: Clojure
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code 2018
https://adventofcode.com/2018/
This year AOC 2018 gives me a fun way to try and learn Clojure.
We use it at work but I've personally not used it before - so will certainly be a challenge 🤓.
```clj
> lein repl
init=> @day01/answer-part-a
500N
init=>
```