Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fadi-george/advent-of-code-2023

🎄 Advent of Code 2023 (Typescript)
https://github.com/fadi-george/advent-of-code-2023

advent-of-code advent-of-code-2023 advent-of-code-2023-typescript aoc bunjs typescript

Last synced: about 1 month ago
JSON representation

🎄 Advent of Code 2023 (Typescript)

Awesome Lists containing this project

README

        

# 🎄 Advent of Code 2023 (Typescript & Bun)

Hello, this is my attempt at this year's (2023) advent of code challenges. Solutions are written in Typescript and can be run via the Bun JS runtime.

## Running:

Run w/ `bun js`.

Run with sample input:

```bash
input=sample bun day1/index.ts
```

Otherwise to run with the real input:

```bash
bun day1/index.ts
```

or

```bash
input=input bun day1/index.ts
```

## Progress:

| Days | Part 1 | Part 2 |
| :--: | :----: | :----: |
| 01 | ⭐️ | ⭐️ |
| 02 | ⭐️ | ⭐️ |
| 03 | ⭐️ | ⭐️ |
| 04 | ⭐️ | ⭐️ |
| 05 | ⭐️ | ⭐️ |
| 06 | ⭐️ | ⭐️ |
| 07 | ⭐️ | ⭐️ |
| 08 | ⭐️ | ⭐️ |
| 09 | ⭐️ | ⭐️ |
| 10 | ⭐️ | ⭐️ |
| 11 | ⭐️ | ⭐️ |
| 12 | ⭐️ | ⭐️ |
| 13 | ⭐️ | ⭐️ |
| 14 | ⭐️ | ⭐️ |
| 15 | ⭐️ | ⭐️ |
| 16 | ⭐️ | ⭐️ |
| 17 | ⭐️ | ⭐️ |
| 18 | ⭐️ | ⭐️ |
| 19 | ⭐️ | ⭐️ |
| 20 | ⭐️ | ⭐️ |
| 21 | ⭐️ | ⭐️ |