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
- Host: GitHub
- URL: https://github.com/denniseffing/fp-ts-advent-of-code-2023
- Owner: denniseffing
- Created: 2023-12-01T15:12:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T23:31:47.000Z (over 2 years ago)
- Last Synced: 2025-01-23T07:46:09.068Z (over 1 year ago)
- Language: TypeScript
- Size: 22.5 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 🎄
🧩 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
```