Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlurak/adventofcode
My TypeScript solutions for Advent Of Code
https://github.com/dlurak/adventofcode
advent-of-code advent-of-code-2023 advent-of-code-2023-typescript advent-of-code-typescript aoc bun typesript
Last synced: 2 days ago
JSON representation
My TypeScript solutions for Advent Of Code
- Host: GitHub
- URL: https://github.com/dlurak/adventofcode
- Owner: Dlurak
- License: mit
- Created: 2023-11-30T19:55:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T18:42:46.000Z (13 days ago)
- Last Synced: 2024-12-13T19:36:15.371Z (13 days ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-typescript, advent-of-code-typescript, aoc, bun, typesript
- Language: TypeScript
- Homepage:
- Size: 158 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent Of Code
Here I will put my solutions for Advent of Code. I solve them in TypeScript.
I strongly discourage you from copying my solutions and recommend solving aoc yourself but if you want to take your own fun away feel free to do so.## Running
My runner uses [aoc-cli](https://github.com/scarvalhojr/aoc-cli/) for submitting and downloading
```bash
bun solve -h
```