# AdventOfCode2022

My (attempted) solutions to [Advent of Code 2022](https://adventofcode.com/2022) in Elixir.

<img width="869" alt="image" src="https://user-images.githubusercontent.com/498229/207063420-9e176055-d40c-4b33-a826-368c04a7b75d.png">

## Running:

```sh
elixir dayN.exs input_filename
```