Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessbell/advent-of-code
"an Advent calendar of small programming puzzles"
https://github.com/alessbell/advent-of-code
advent-of-code
Last synced: 3 days ago
JSON representation
"an Advent calendar of small programming puzzles"
- Host: GitHub
- URL: https://github.com/alessbell/advent-of-code
- Owner: alessbell
- Created: 2019-12-02T00:59:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T16:24:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:56:26.836Z (27 days ago)
- Topics: advent-of-code
- Language: JavaScript
- Homepage: https://adventofcode.com
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Advent of Code solutions, year by year.
Runs in node v8 and up with `node --experimental-modules 2020/day1/solution.js `. Runs in node v12 without the experimental modules flag 🎉