Skip to content

Commit a8cf74c

Browse files
committed
Use consistent naming for days
1 parent ace0916 commit a8cf74c

36 files changed

+12
-9
lines changed
File renamed without changes.

day1/Cargo.toml renamed to day01/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "day1"
2+
name = "day01"
33
version = "0.1.0"
44
authors = ["dgel"]
55

day1/input renamed to day01/input

File renamed without changes.
File renamed without changes.
File renamed without changes.

day2/Cargo.toml renamed to day02/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "day2"
2+
name = "day02"
33
version = "0.1.0"
44
authors = ["dgel"]
55

day2/input renamed to day02/input

File renamed without changes.
File renamed without changes.
File renamed without changes.

day3/Cargo.toml renamed to day03/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "day3"
2+
name = "day03"
33
version = "0.1.0"
44
authors = ["dgel"]
55

File renamed without changes.
File renamed without changes.

day4/Cargo.toml renamed to day04/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "day4"
2+
name = "day04"
33
version = "0.1.0"
44
authors = ["dgel"]
55

day4/input renamed to day04/input

File renamed without changes.
File renamed without changes.
File renamed without changes.

day5/Cargo.toml renamed to day05/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "day5"
2+
name = "day05"
33
version = "0.1.0"
44
authors = ["Douwe Gelling <[email protected]>"]
55

day5/input renamed to day05/input

File renamed without changes.
File renamed without changes.
File renamed without changes.

day6/Cargo.toml renamed to day06/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "day6"
2+
name = "day06"
33
version = "0.1.0"
44
authors = ["Douwe Gelling <[email protected]>"]
55

day6/input renamed to day06/input

File renamed without changes.
File renamed without changes.
File renamed without changes.

day7/Cargo.toml renamed to day07/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "day7"
2+
name = "day07"
33
version = "0.1.0"
44
authors = ["Douwe Gelling <[email protected]>"]
55

day7/input renamed to day07/input

File renamed without changes.
File renamed without changes.
File renamed without changes.

day8/Cargo.toml renamed to day08/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "day8"
2+
name = "day08"
33
version = "0.1.0"
44
authors = ["Douwe Gelling <[email protected]>"]
55

day8/input renamed to day08/input

File renamed without changes.
File renamed without changes.
File renamed without changes.

day9/Cargo.toml renamed to day09/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "day9"
2+
name = "day09"
33
version = "0.1.0"
44
authors = ["Douwe Gelling <[email protected]>"]
55

day9/input renamed to day09/input

File renamed without changes.
File renamed without changes.

day21/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
/target/
3+
**/*.rs.bk

0 commit comments

Comments
 (0)