diff options
Diffstat (limited to '2021')
-rw-r--r-- | 2021/day01/Cargo.toml (renamed from 2021/day1/Cargo.toml) | 0 | ||||
-rw-r--r-- | 2021/day01/resources/input.txt (renamed from 2021/day1/resources/input.txt) | 0 | ||||
-rw-r--r-- | 2021/day01/src/main.rs (renamed from 2021/day1/src/main.rs) | 0 | ||||
-rw-r--r-- | 2021/day02/Cargo.toml (renamed from 2021/day2/Cargo.toml) | 0 | ||||
-rw-r--r-- | 2021/day02/resources/input.txt (renamed from 2021/day2/resources/input.txt) | 0 | ||||
-rw-r--r-- | 2021/day02/src/main.rs (renamed from 2021/day2/src/main.rs) | 0 | ||||
-rw-r--r-- | 2021/day03/Cargo.toml (renamed from 2021/day3/Cargo.toml) | 0 | ||||
-rw-r--r-- | 2021/day03/resources/input.txt (renamed from 2021/day3/resources/input.txt) | 0 | ||||
-rw-r--r-- | 2021/day03/src/main.rs (renamed from 2021/day3/src/main.rs) | 0 | ||||
-rw-r--r-- | 2021/day04/Cargo.toml (renamed from 2021/day4/Cargo.toml) | 0 | ||||
-rw-r--r-- | 2021/day04/example.py (renamed from 2021/day4/example.py) | 0 | ||||
-rw-r--r-- | 2021/day04/resources/input.txt (renamed from 2021/day4/resources/input.txt) | 0 | ||||
-rw-r--r-- | 2021/day04/src/main.rs (renamed from 2021/day4/src/main.rs) | 0 | ||||
-rw-r--r-- | 2021/day05/Cargo.toml (renamed from 2021/day5/Cargo.toml) | 0 | ||||
-rw-r--r-- | 2021/day05/resources/input.txt (renamed from 2021/day5/resources/input.txt) | 0 | ||||
-rw-r--r-- | 2021/day05/src/main.rs (renamed from 2021/day5/src/main.rs) | 0 | ||||
-rw-r--r-- | 2021/day06/Cargo.toml (renamed from 2021/day6/Cargo.toml) | 0 | ||||
-rw-r--r-- | 2021/day06/resources/input.txt (renamed from 2021/day6/resources/input.txt) | 0 | ||||
-rw-r--r-- | 2021/day06/src/main.rs (renamed from 2021/day6/src/main.rs) | 0 | ||||
-rw-r--r-- | 2021/day07/Cargo.toml (renamed from 2021/day7/Cargo.toml) | 0 | ||||
-rw-r--r-- | 2021/day07/resources/input.txt (renamed from 2021/day7/resources/input.txt) | 0 | ||||
-rw-r--r-- | 2021/day07/src/main.rs (renamed from 2021/day7/src/main.rs) | 0 | ||||
-rw-r--r-- | 2021/day08/Cargo.toml (renamed from 2021/day8/Cargo.toml) | 0 | ||||
-rw-r--r-- | 2021/day08/resources/input.txt (renamed from 2021/day8/resources/input.txt) | 0 | ||||
-rw-r--r-- | 2021/day08/src/main.rs (renamed from 2021/day8/src/main.rs) | 0 | ||||
-rw-r--r-- | 2021/day09/Cargo.toml (renamed from 2021/day9/Cargo.toml) | 0 | ||||
-rw-r--r-- | 2021/day09/resources/input.txt (renamed from 2021/day9/resources/input.txt) | 0 | ||||
-rw-r--r-- | 2021/day09/src/main.rs (renamed from 2021/day9/src/main.rs) | 0 |
28 files changed, 0 insertions, 0 deletions
diff --git a/2021/day1/Cargo.toml b/2021/day01/Cargo.toml index 80d2f9f..80d2f9f 100644 --- a/2021/day1/Cargo.toml +++ b/2021/day01/Cargo.toml | |||
diff --git a/2021/day1/resources/input.txt b/2021/day01/resources/input.txt index 27245d9..27245d9 100644 --- a/2021/day1/resources/input.txt +++ b/2021/day01/resources/input.txt | |||
diff --git a/2021/day1/src/main.rs b/2021/day01/src/main.rs index 4db292f..4db292f 100644 --- a/2021/day1/src/main.rs +++ b/2021/day01/src/main.rs | |||
diff --git a/2021/day2/Cargo.toml b/2021/day02/Cargo.toml index 8248c51..8248c51 100644 --- a/2021/day2/Cargo.toml +++ b/2021/day02/Cargo.toml | |||
diff --git a/2021/day2/resources/input.txt b/2021/day02/resources/input.txt index d5c08db..d5c08db 100644 --- a/2021/day2/resources/input.txt +++ b/2021/day02/resources/input.txt | |||
diff --git a/2021/day2/src/main.rs b/2021/day02/src/main.rs index 3748138..3748138 100644 --- a/2021/day2/src/main.rs +++ b/2021/day02/src/main.rs | |||
diff --git a/2021/day3/Cargo.toml b/2021/day03/Cargo.toml index 36b2126..36b2126 100644 --- a/2021/day3/Cargo.toml +++ b/2021/day03/Cargo.toml | |||
diff --git a/2021/day3/resources/input.txt b/2021/day03/resources/input.txt index 5bd6997..5bd6997 100644 --- a/2021/day3/resources/input.txt +++ b/2021/day03/resources/input.txt | |||
diff --git a/2021/day3/src/main.rs b/2021/day03/src/main.rs index d943de0..d943de0 100644 --- a/2021/day3/src/main.rs +++ b/2021/day03/src/main.rs | |||
diff --git a/2021/day4/Cargo.toml b/2021/day04/Cargo.toml index 40e2341..40e2341 100644 --- a/2021/day4/Cargo.toml +++ b/2021/day04/Cargo.toml | |||
diff --git a/2021/day4/example.py b/2021/day04/example.py index 4eac08a..4eac08a 100644 --- a/2021/day4/example.py +++ b/2021/day04/example.py | |||
diff --git a/2021/day4/resources/input.txt b/2021/day04/resources/input.txt index 95b1ec4..95b1ec4 100644 --- a/2021/day4/resources/input.txt +++ b/2021/day04/resources/input.txt | |||
diff --git a/2021/day4/src/main.rs b/2021/day04/src/main.rs index fd74866..fd74866 100644 --- a/2021/day4/src/main.rs +++ b/2021/day04/src/main.rs | |||
diff --git a/2021/day5/Cargo.toml b/2021/day05/Cargo.toml index f52d4d4..f52d4d4 100644 --- a/2021/day5/Cargo.toml +++ b/2021/day05/Cargo.toml | |||
diff --git a/2021/day5/resources/input.txt b/2021/day05/resources/input.txt index a97a0f8..a97a0f8 100644 --- a/2021/day5/resources/input.txt +++ b/2021/day05/resources/input.txt | |||
diff --git a/2021/day5/src/main.rs b/2021/day05/src/main.rs index e55b244..e55b244 100644 --- a/2021/day5/src/main.rs +++ b/2021/day05/src/main.rs | |||
diff --git a/2021/day6/Cargo.toml b/2021/day06/Cargo.toml index 422ffef..422ffef 100644 --- a/2021/day6/Cargo.toml +++ b/2021/day06/Cargo.toml | |||
diff --git a/2021/day6/resources/input.txt b/2021/day06/resources/input.txt index c35cc57..c35cc57 100644 --- a/2021/day6/resources/input.txt +++ b/2021/day06/resources/input.txt | |||
diff --git a/2021/day6/src/main.rs b/2021/day06/src/main.rs index e3ef79c..e3ef79c 100644 --- a/2021/day6/src/main.rs +++ b/2021/day06/src/main.rs | |||
diff --git a/2021/day7/Cargo.toml b/2021/day07/Cargo.toml index de3810f..de3810f 100644 --- a/2021/day7/Cargo.toml +++ b/2021/day07/Cargo.toml | |||
diff --git a/2021/day7/resources/input.txt b/2021/day07/resources/input.txt index bdcd7b3..bdcd7b3 100644 --- a/2021/day7/resources/input.txt +++ b/2021/day07/resources/input.txt | |||
diff --git a/2021/day7/src/main.rs b/2021/day07/src/main.rs index 8a44c07..8a44c07 100644 --- a/2021/day7/src/main.rs +++ b/2021/day07/src/main.rs | |||
diff --git a/2021/day8/Cargo.toml b/2021/day08/Cargo.toml index 02a9508..02a9508 100644 --- a/2021/day8/Cargo.toml +++ b/2021/day08/Cargo.toml | |||
diff --git a/2021/day8/resources/input.txt b/2021/day08/resources/input.txt index e079b33..e079b33 100644 --- a/2021/day8/resources/input.txt +++ b/2021/day08/resources/input.txt | |||
diff --git a/2021/day8/src/main.rs b/2021/day08/src/main.rs index 8e90063..8e90063 100644 --- a/2021/day8/src/main.rs +++ b/2021/day08/src/main.rs | |||
diff --git a/2021/day9/Cargo.toml b/2021/day09/Cargo.toml index fb20062..fb20062 100644 --- a/2021/day9/Cargo.toml +++ b/2021/day09/Cargo.toml | |||
diff --git a/2021/day9/resources/input.txt b/2021/day09/resources/input.txt index a24295d..a24295d 100644 --- a/2021/day9/resources/input.txt +++ b/2021/day09/resources/input.txt | |||
diff --git a/2021/day9/src/main.rs b/2021/day09/src/main.rs index 9f15635..9f15635 100644 --- a/2021/day9/src/main.rs +++ b/2021/day09/src/main.rs | |||