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: about 1 year 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T08:23:26.000Z (over 1 year ago)
- Last Synced: 2025-03-25T15:21:19.350Z (over 1 year ago)
- Topics: advent-of-code, javascript
- Language: JavaScript
- Homepage: https://adventofcode.com/
- Size: 1.18 MB
- Stars: 18
- Watchers: 7
- 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
```