Add 2022 readme
This commit is contained in:
parent
187cf58cb3
commit
1f452e961f
3 changed files with 12 additions and 0 deletions
11
2022/README.md
Normal file
11
2022/README.md
Normal 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
|
||||
```
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue