Advent of Code
Go to file
Oystein Kristoffer Tveit 4fd90e2a70
Day 08
2022-12-08 15:13:43 +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
day06 Day 06 - cleanup 2 2022-12-06 11:37:35 +01:00
day07 Day 07 2022-12-07 11:00:25 +01:00
day08 Day 08 2022-12-08 15:13:43 +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 08 2022-12-08 15:13:43 +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