13 lines
286 B
Markdown
13 lines
286 B
Markdown
# Advent of code 2022 - Nix
|
|
|
|
This is [Advent of Code 2022][aoc2022] (or at least as far as I'm able to get before having to deal with my exams...)
|
|
|
|
They're written in nix this year.
|
|
|
|
To run the code:
|
|
|
|
```
|
|
nix build github:h7x4/aoc2022#day01
|
|
```
|
|
|
|
[aoc2022]: https://adventofcode.com/2022 |