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: about 1 month ago
JSON representation
Each branch is a different year/language combo.
- Host: GitHub
- URL: https://github.com/giddie/advent-of-code
- Owner: giddie
- License: 0bsd
- Created: 2024-02-12T12:17:44.000Z (over 2 years ago)
- Default Branch: 2024-elixir
- Last Pushed: 2026-01-29T20:13:20.000Z (5 months ago)
- Last Synced: 2026-03-04T04:12:28.758Z (4 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2024, elixir, nx, postgresql, sql
- Language: Elixir
- Homepage: https://adventofcode.com
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```