Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminnairi/advent-of-code-2023
Advent of code 2023 solutions written in TypeScript
https://github.com/aminnairi/advent-of-code-2023
2023 advent adventofcode adventofcode2023 code typescript
Last synced: about 5 hours ago
JSON representation
Advent of code 2023 solutions written in TypeScript
- Host: GitHub
- URL: https://github.com/aminnairi/advent-of-code-2023
- Owner: aminnairi
- License: gpl-3.0
- Created: 2023-12-06T09:26:04.000Z (12 months ago)
- Default Branch: development
- Last Pushed: 2023-12-19T21:14:40.000Z (11 months ago)
- Last Synced: 2024-05-27T22:05:02.438Z (6 months ago)
- Topics: 2023, advent, adventofcode, adventofcode2023, code, typescript
- Language: TypeScript
- Homepage: https://adventofcode.com/2023
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code-2023
Advent of code 2023 solutions written in TypeScript
## Requirements
- [Node.js](https://nodejs.org/en)
- [NPM](https://www.npmjs.com/)## Usage
For instance, to run the first part of the second day, run the following command.
```bash
npm --workspace day2/part1 test input.txt
```## Tracks
Day | Part | Finished
---|---|---
Day 1 | Part 1 | ✅
Day 1 | Part 2 | ✅
Day 2 | Part 1 | ✅
Day 2 | Part 2 | ✅
Day 3 | Part 1 | ❌
Day 3 | Part 2 | ❌
Day 4 | Part 1 | ✅
Day 4 | Part 2 | ✅
Day 5 | Part 1 | ❌
Day 5 | Part 2 | ❌## License
See [`LICENSE`](./LICENSE).