AdventOfCode/2022/README.md

12 lines
304 B
Markdown

# AdventOfCode2022
My (attempted) solutions to [Advent of Code 2022](https://adventofcode.com/2022) in Elixir.
<img width="866" alt="image" src="https://user-images.githubusercontent.com/498229/206484136-257f8811-6aae-4316-9c7e-5aa9eb9dcfa7.png">
## Running:
```sh
elixir dayN.exs input_filename
```