Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leyanlo/advent-of-code
Advent of Code solutions in JS
https://github.com/leyanlo/advent-of-code
advent-of-code javascript
Last synced: 3 months ago
JSON representation
Advent of Code solutions in JS
- Host: GitHub
- URL: https://github.com/leyanlo/advent-of-code
- Owner: leyanlo
- License: apache-2.0
- Created: 2020-12-02T08:49:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T05:13:47.000Z (about 1 year ago)
- Last Synced: 2024-07-01T18:20:01.879Z (6 months ago)
- Topics: advent-of-code, javascript
- Language: JavaScript
- Homepage: https://adventofcode.com/
- Size: 1.85 MB
- Stars: 16
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code solutions
[Advent of Code](https://adventofcode.com/) solutions in JS. Run using node, e.g.
```sh
cd 2015
node day-01.js
```