2022-11-27 09:14:50 +00:00
|
|
|
# AdventOfCode2022
|
|
|
|
|
|
|
|
My (attempted) solutions to [Advent of Code 2022](https://adventofcode.com/2022) in Elixir.
|
|
|
|
|
2022-12-10 15:37:38 +00:00
|
|
|
<img width="869" alt="image" src="https://user-images.githubusercontent.com/498229/206862407-902d0162-93b1-46c6-8bf1-1e7ec7e7f819.png">
|
2022-11-27 09:14:50 +00:00
|
|
|
|
|
|
|
## Running:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
elixir dayN.exs input_filename
|
|
|
|
```
|