/advent-of-code-2022

Advent of code 2022 in Elixir

Primary LanguageElixir

Advent of Code 2022

CI status

See https://adventofcode.com/.

Elixir

I'm using Advent of Code 2022 as an opportunity to learn Elixir. Elixir was recommended to me by Xavier, who gave us at Cryptosense a presentation about it a while ago.

Setup

This is now set up as a Mix library project. To run everything, just say mix.

CI

Tests now run automatically in CI on every push; see workflow defined in elixir.yml. There's even a pretty CI status badge at the top of this page!