Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estebgonza/adventofcode2023
My Advent of Code 2023 resolutions in TypeScript
https://github.com/estebgonza/adventofcode2023
Last synced: about 1 month ago
JSON representation
My Advent of Code 2023 resolutions in TypeScript
- Host: GitHub
- URL: https://github.com/estebgonza/adventofcode2023
- Owner: estebgonza
- Created: 2023-12-01T21:20:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:53:58.000Z (11 months ago)
- Last Synced: 2023-12-15T06:53:38.594Z (11 months ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Advent of Code 2023 in Typescript
This is my [Advent of Code 2023](https://adventofcode.com/2023) repository.
### Exercices
- [Day 1 - Trebuchet ?!](./day1)
- [Day 2 - Cube Conundrum](./day2)
- [Day 3 - Gear Ratios](./day3)
- [Day 4 - Scratchcards](./day4)
- [Day 5 - If You Give A Seed A Fertilizer](./day5)### How to run
```bash
bun install
bun day
```