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

https://github.com/denniseffing/fp-ts-advent-of-code-2023


https://github.com/denniseffing/fp-ts-advent-of-code-2023

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

️🎅 Advent of Code 2023 🎄


🧩 Advent of Code 2023 puzzles solved using fp-ts 🧩

## 🚀 Quickstart
```bash
# install dependencies
bun install

# run puzzles
bun run day:one
bun run day:two
```