AdventOfCode/2022/README.md

12 lines
304 B
Markdown
Raw Normal View History

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-04 07:32:22 +00:00
<img width="855" alt="image" src="https://user-images.githubusercontent.com/498229/205479525-61bb1a75-3b77-4bff-a745-a27e29c3032e.png">
2022-11-27 09:14:50 +00:00
## Running:
```sh
elixir dayN.exs input_filename
```