Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinkuli/advent2023-nodejs
https://github.com/justinkuli/advent2023-nodejs
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justinkuli/advent2023-nodejs
- Owner: JustinKuli
- License: apache-2.0
- Created: 2023-12-01T04:41:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T06:28:15.000Z (about 1 year ago)
- Last Synced: 2023-12-08T07:35:14.935Z (about 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent2023-nodejs
My code for Advent of Code 2023.
This year I'm doing it in Node.js (apologies in advance - this is not my usual coding language, so I'll probably do some things really oddly).Previous years:
- 2022, Go - https://github.com/JustinKuli/aoc2022
- 2021, Rust - https://github.com/JustinKuli/adventofcode2021
- 2020, Python - https://github.com/JustinKuli/adventofcode2020