Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ug0/aoc

Advent of Code
https://github.com/ug0/aoc

advent-of-code

Last synced: 2 days ago
JSON representation

Advent of Code

Awesome Lists containing this project

README

        

# Solutions for Advent of Code

Solutions from 2017 to 2019 are in [archive2017-2019](./archive2017-2019), others are in [lib/aoc/2020](./lib/aoc/2020).

To run a solution:
```bash
$ mix run -e "Aoc.Y2020.D01.part1" -- [INPUT_FILE]
```