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.
<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
```