Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```