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.
- Host: GitHub
- URL: https://github.com/giddie/advent-of-code
- Owner: giddie
- License: 0bsd
- Created: 2024-02-12T12:17:44.000Z (about 2 years ago)
- Default Branch: 2024-elixir
- Last Pushed: 2025-01-29T15:54:23.000Z (over 1 year ago)
- Last Synced: 2025-08-15T00:52:24.013Z (9 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: 61.5 KB
- Stars: 1
- Watchers: 2
- 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
```