Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agilous/2020-advent-of-code

My solutions for the 2020 Advent of Code
https://github.com/agilous/2020-advent-of-code

advent-of-code advent-of-code-2020

Last synced: 24 days ago
JSON representation

My solutions for the 2020 Advent of Code

Awesome Lists containing this project

README

        

# 2020 Advent of Code
My "solutions" such as they are for the [2020 Advent of Code](https://adventofcode.com/2020).

## Getting Started
```sh
git clone [email protected]:agilous/2020-advent-of-code.git
cd 2020-advent-of-code
asdf install # Or your version manager of preference.
mix test
```
Then run individual files to see results:
```sh
elixir lib/day-01/question-01.ex
# --OR--
mix run lib/day-01/question-01.ex
```

## Benchmarks
Benchmarks provided via [Benchee](https://hex.pm/packages/benchee):
```sh
mix run test/benchmark.exs
```