Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/fadi-george/advent-of-code-2023
- Owner: fadi-george
- Created: 2023-12-03T05:15:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T00:47:10.000Z (about 1 year ago)
- Last Synced: 2024-10-31T03:06:09.022Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-typescript, aoc, bunjs, typescript
- Language: TypeScript
- Homepage:
- Size: 196 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 | ⭐️ | ⭐️ |