Skip to content

Commit b12c7b3

Browse files
committed
Rename 2023 day 11 to 2024 day 11 since I did the wrong year.
1 parent d98eb73 commit b12c7b3

File tree

16 files changed

+4
-103
lines changed

16 files changed

+4
-103
lines changed

2023/11/Cargo.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.

2024/11/Cargo.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ name = "y2024d11"
33
version = "0.1.0"
44
edition = "2024"
55

6-
[[bin]]
7-
name = "y2024d11"
8-
path = "src/11.rs"
9-
106
[dependencies]
11-
bag.workspace = true
12-
derive_more = { workspace = true, features = ["deref"] }
13-
parse-display.workspace = true
14-
parse-display-with.workspace = true
7+
anyhow = "1.0.100"
8+
itertools.workspace = true

2024/11/data/actual/input

Lines changed: 0 additions & 1 deletion
This file was deleted.

2024/11/data/example/input

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

2024/11/src/11.rs

Lines changed: 0 additions & 73 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)