Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).