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

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

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