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

https://github.com/giddie/advent-of-code

Each branch is a different year/language combo.
https://github.com/giddie/advent-of-code

advent-of-code advent-of-code-2023 advent-of-code-2024 elixir nx postgresql sql

Last synced: 7 months ago
JSON representation

Each branch is a different year/language combo.

Awesome Lists containing this project

README

          

## The Repository

Each branch of this repository corresponds to a different year & language combination.

## This Branch
### Running the Code

Each day is a self-contained script, which can simply be run like this:

```bash
$ elixir main.exs
```