Add 2022 readme

This commit is contained in:
Adam Millerchip 2022-11-27 18:14:50 +09:00
parent 187cf58cb3
commit 1f452e961f
3 changed files with 12 additions and 0 deletions

11
2022/README.md Normal file
View File

@ -0,0 +1,11 @@
# 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
```

View File

@ -2,5 +2,6 @@
My (attempted) solutions to [Advent of Code](https://adventofcode.com/).
- [2022: Elixir](https://git.adamu.jp/adam/AdventOfCode/src/branch/main/2022)
- [2020: Elixir](https://git.adamu.jp/adam/AdventOfCode/src/branch/main/2020)
- [2018: Elixir](https://git.adamu.jp/adam/AdventOfCode/src/branch/main/2018)