Advent of Code
Go to file
Oystein Kristoffer Tveit dde8d6d68d
Day 05
2022-12-05 10:30:55 +01:00
day01 Day 01 2022-12-01 21:43:26 +01:00
day02 Day 02 2022-12-02 06:55:26 +01:00
day03 Day 03 2022-12-03 13:18:39 +01:00
day04 Day 04 2022-12-04 15:04:22 +01:00
day05 Day 05 2022-12-05 10:30:55 +01:00
.gitignore Day 01 2022-12-01 21:43:26 +01:00
LICENSE Day 01 2022-12-01 21:43:26 +01:00
README.md Day 01 2022-12-01 21:43:26 +01:00
flake.lock Day 01 2022-12-01 21:43:26 +01:00
flake.nix Day 05 2022-12-05 10:30:55 +01:00

README.md

Advent of code 2022 - Nix

This is Advent of Code 2022 (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