Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mielp/aoc2020
doing the advent of code 2020!
https://github.com/mielp/aoc2020
advent-of-code
Last synced: about 1 month ago
JSON representation
doing the advent of code 2020!
- Host: GitHub
- URL: https://github.com/mielp/aoc2020
- Owner: mielp
- Created: 2020-12-07T22:10:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T22:01:00.000Z (about 4 years ago)
- Last Synced: 2024-10-19T01:14:24.582Z (3 months ago)
- Topics: advent-of-code
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code 2020
Hey! This repository will store my answers for the
[advent of code 2020](https://adventofcode.com/2020).I used JavaScript as the language I'm most comfortable
with for iterating quickly and solving this kind of problems.Not all of these answers will be _good_, but sometimes
I'll do the extra work of making them worth reading.
For instance, I really like my answer for day 1, so I wrote documentation.## How to run
```
node day.mjs [PART]
```Will print the answers for the given day.
If the part is not specified, it will print both parts.