Skip to content

Commit

Permalink
Day 1, 2, 3, 4, 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alextopher committed Dec 5, 2023
1 parent 203c079 commit 8fca98f
Show file tree
Hide file tree
Showing 18 changed files with 45 additions and 72 deletions.
58 changes: 35 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ members = [
"advent-of-code-2022/d25",

"advent-of-code-2023/d01-trebuchet",
"advent-of-code-2023/d02",
"advent-of-code-2023/d03",
"advent-of-code-2023/d04",
"advent-of-code-2023/d05",
"advent-of-code-2023/d02-cube-conundrum",
"advent-of-code-2023/d03-gear-ratios",
"advent-of-code-2023/d04-scratchcards",
"advent-of-code-2023/d05-if-you-give-a-seed-a-fertilizer",
"advent-of-code-2023/d06",
"advent-of-code-2023/d07",
"advent-of-code-2023/d08",
Expand Down
2 changes: 1 addition & 1 deletion advent-of-code-2023/d01-trebuchet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "d01-trebuchet"
name = "y23d01"
version = "0.1.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion advent-of-code-2023/d02-cube-conundrum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "d02-cube-conundrum"
name = "y23d02"
version = "0.1.0"
edition = "2021"

Expand Down
8 changes: 0 additions & 8 deletions advent-of-code-2023/d02/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion advent-of-code-2023/d02/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions advent-of-code-2023/d02/src/main.rs

This file was deleted.

2 changes: 1 addition & 1 deletion advent-of-code-2023/d03-gear-ratios/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "d03-gear-ratios"
name = "y23d03"
version = "0.1.0"
edition = "2021"

Expand Down
8 changes: 0 additions & 8 deletions advent-of-code-2023/d03/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion advent-of-code-2023/d03/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions advent-of-code-2023/d03/src/main.rs

This file was deleted.

2 changes: 1 addition & 1 deletion advent-of-code-2023/d04-scratchcards/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "d04-scratchcards"
name = "y23d04"
version = "0.1.0"
edition = "2021"

Expand Down
8 changes: 0 additions & 8 deletions advent-of-code-2023/d04/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion advent-of-code-2023/d04/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions advent-of-code-2023/d04/src/main.rs

This file was deleted.

3 changes: 2 additions & 1 deletion advent-of-code-2023/d05/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "d05"
name = "y23d05"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aoc = { path = "../../aoc" }
1 change: 0 additions & 1 deletion advent-of-code-2023/d05/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions advent-of-code-2023/d05/src/main.rs

This file was deleted.

0 comments on commit 8fca98f

Please sign in to comment.