Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elschnagoo/adventofcode-2023
This project contains my solutions to the Advent of Code 2023 puzzles.
https://github.com/elschnagoo/adventofcode-2023
advent-of-code christmas typescript
Last synced: 21 days ago
JSON representation
This project contains my solutions to the Advent of Code 2023 puzzles.
- Host: GitHub
- URL: https://github.com/elschnagoo/adventofcode-2023
- Owner: Elschnagoo
- License: mit
- Created: 2023-12-03T09:38:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-05T12:14:25.000Z (about 1 year ago)
- Last Synced: 2024-11-20T07:38:00.091Z (3 months ago)
- Topics: advent-of-code, christmas, typescript
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adventofcode-2023
Advent of Code 2023![ts](https://img.shields.io/badge/Language-Typescript-blue)
This project contains my solutions to the Advent of Code 2023 puzzles.
> Event link: [Advent of Code 2023](https://adventofcode.com/)
## Usage
```bash
npm install
npm run start-dev
```## Progess Overview
* [x] Day 01
* [x] Day 02
* [x] Day 03
* [x] Day 04
* [x] Day 05
* [ ] Day 06
* [ ] Day 07
* [ ] Day 08
* [ ] Day 09
* [ ] Day 10
* [ ] Day 11
* [ ] Day 12
* [ ] Day 13
* [ ] Day 14
* [ ] Day 15
* [ ] Day 16
* [ ] Day 17
* [ ] Day 18
* [ ] Day 19
* [ ] Day 20
* [ ] Day 21
* [ ] Day 22
* [ ] Day 23
* [ ] Day 24
* [ ] Day 25