My solutions for Advent of Code, written in Elixir.
This repository contains my journey through the daily puzzles, focusing on functional programming patterns, recursion, and the occasional bit of OTP magic.
These solutions are built using the standard Elixir toolchain.
- Elixir
- Erlang/OTP
Clone the repository using SSH:
git clone git@github.com:hosiawak/aoc-elixir.git
cd aoc-elixir
cd 2015
elixir 01.ex