Up to Day 21 (excluding day 16)

This commit is contained in:
Christian
2023-12-21 17:37:32 +01:00
parent 6ceb565e34
commit 9594c29467
34 changed files with 8103 additions and 1 deletions

View File

@@ -20,6 +20,8 @@
devShells = forAllSystems (pkgs: with pkgs; {
default = mkShell {
nativeBuildInputs = [ rustc cargo ];
buildInputs = [ hyperfine ];
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
};
});