https://github.com/klein0r/advent-of-code-2023
My solutions of "Advent of code 2023"
https://github.com/klein0r/advent-of-code-2023
advent-of-code advent-of-code-2023 advent-of-code-2023-javascript advent-of-code-2023-nodejs
Last synced: about 1 month ago
JSON representation
My solutions of "Advent of code 2023"
- Host: GitHub
- URL: https://github.com/klein0r/advent-of-code-2023
- Owner: klein0r
- Created: 2023-12-01T18:40:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T21:40:07.000Z (over 1 year ago)
- Last Synced: 2025-01-27T08:30:12.006Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-javascript, advent-of-code-2023-nodejs
- Language: JavaScript
- Homepage: https://adventofcode.com
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code 2023
Just sharing my [Advent of code](https://adventofcode.com) solutions using NodeJS 20.x
- [Day 01](./day-01/index.js)
- [Day 02](./day-02/index.js)
- [Day 03](./day-03/index.js)
- [Day 04](./day-04/index.js)
- [Day 05](./day-05/index.js)
- [Day 06](./day-06/index.js)
- [Day 07](./day-07/index.js)
- [Day 08](./day-08/index.js)
- [Day 09](./day-09/index.js)