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

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

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=>
```