12 lines
304 B
Markdown
12 lines
304 B
Markdown
|
# AdventOfCode2022
|
||
|
|
||
|
My (attempted) solutions to [Advent of Code 2022](https://adventofcode.com/2022) in Elixir.
|
||
|
|
||
|
<img width="957" alt="image" src="https://user-images.githubusercontent.com/498229/204127508-caa3c9ee-a40c-4d17-97b4-c5c6cadccf0d.png">
|
||
|
|
||
|
## Running:
|
||
|
|
||
|
```sh
|
||
|
elixir dayN.exs input_filename
|
||
|
```
|