Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/healeycodes/advent-of-code-2020
🎅 My solutions for Advent of Code 2020 in browser-land JavaScript
https://github.com/healeycodes/advent-of-code-2020
advent-of-code advent-of-code-2020
Last synced: 22 days ago
JSON representation
🎅 My solutions for Advent of Code 2020 in browser-land JavaScript
- Host: GitHub
- URL: https://github.com/healeycodes/advent-of-code-2020
- Owner: healeycodes
- License: mit
- Created: 2020-12-05T12:40:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-12T22:47:38.000Z (about 4 years ago)
- Last Synced: 2024-10-05T17:41:50.050Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code-2020
I'm doing it in browser-land JavaScript this time.
I normally just solve them right in the dev console as I read the puzzle.
None of these are overly optimized. I've gone for readability so I can share my solutions with friends 😇
## Tests
`npm test`