Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ug0/aoc
- Owner: ug0
- Created: 2018-12-04T07:51:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T08:31:57.000Z (about 3 years ago)
- Last Synced: 2024-11-24T10:32:56.188Z (2 months ago)
- Topics: advent-of-code
- Language: Elixir
- Homepage: https://adventofcode.com
- Size: 649 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```