AdventOfCode/2022/README.md
2022-12-02 19:59:40 +09:00

11 lines
304 B
Markdown

# AdventOfCode2022
My (attempted) solutions to [Advent of Code 2022](https://adventofcode.com/2022) in Elixir.
<img width="854" alt="image" src="https://user-images.githubusercontent.com/498229/205277538-b1b77935-742f-44fb-82c3-19608530b118.png">
## Running:
```sh
elixir dayN.exs input_filename
```