diff --git a/README.md b/README.md deleted file mode 100644 index 4e39aa0..0000000 --- a/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Advent of Code 2025 - -| Day | Part 1 | Part 2 | -| --- | ------ | ------ | -| 1 | [x] | [x] | -| 2 | [x] | [x] | -| 3 | [x] | [x] | -| 4 | [x] | [x] | -| 5 | [x] | [x] | -| 6 | [x] | [x] | -| 7 | [x] | [x] | -| 8 | [ ] | [ ] | -| 9 | [x] | [x] | -| 10 | [x] | [ ] | -| 11 | [x] | [x] | -| 12 | [ ] | [ ] | diff --git a/flake.nix b/flake.nix index 6649f39..e668d05 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,6 @@ nativeBuildInputs = with pkgs; [ zig zls - hyperfine ]; buildInputs = with pkgs; [];