https://github.com/counterleft/adventofcode-2025
Advent of Code 2025 solutions via Elixir + Claude
https://github.com/counterleft/adventofcode-2025
advent-of-code-2025 advent-of-code-2025-elixir claude-code elixir
Last synced: about 2 months ago
JSON representation
Advent of Code 2025 solutions via Elixir + Claude
- Host: GitHub
- URL: https://github.com/counterleft/adventofcode-2025
- Owner: counterleft
- Created: 2025-12-19T16:42:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-28T21:01:37.000Z (6 months ago)
- Last Synced: 2025-12-31T13:38:31.137Z (6 months ago)
- Topics: advent-of-code-2025, advent-of-code-2025-elixir, claude-code, elixir
- Language: Elixir
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2025
I'm using [Claude](https://github.com/anthropics/claude-code) for [Advent of Code](https://adventofcode.com/2025).
This goal to qualitatively see how well Claude:
1. Analyzes each puzzle
1. Writes readable Elixir-based solutions for each puzzle
The commits have Claude prompts and its responses. Makes for a fun read-through.
## Versions
```
❯ claude --version
2.0.73 (Claude Code)
❯ elixir --version
Erlang/OTP 27 [erts-15.0.1] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit]
Elixir 1.17.2 (compiled with Erlang/OTP 27)
```