Advent of Code
Go to file
Oystein Kristoffer Tveit a41e1ce80e
Move general functions into AoCLib
2022-12-12 13:57:34 +01:00
day01 Move general functions into AoCLib 2022-12-12 13:57:34 +01:00
day02 Move general functions into AoCLib 2022-12-12 13:57:34 +01:00
day03 Move general functions into AoCLib 2022-12-12 13:57:34 +01:00
day04 Move general functions into AoCLib 2022-12-12 13:57:34 +01:00
day05 Move general functions into AoCLib 2022-12-12 13:57:34 +01:00
day06 Move general functions into AoCLib 2022-12-12 13:57:34 +01:00
day07 Move general functions into AoCLib 2022-12-12 13:57:34 +01:00
day08 Move general functions into AoCLib 2022-12-12 13:57:34 +01:00
day09 Move general functions into AoCLib 2022-12-12 13:57:34 +01:00
day10 Move general functions into AoCLib 2022-12-12 13:57:34 +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 Move general functions into AoCLib 2022-12-12 13:57:34 +01:00
lib.nix Move general functions into AoCLib 2022-12-12 13:57:34 +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