Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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