diff options
author | Botond Hende <nettingman@gmail.com> | 2024-12-11 10:18:23 +0100 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-12-11 10:18:23 +0100 |
commit | 0a5c1f77d01fc0bd166494787f24562e2fd3a9e9 (patch) | |
tree | 99b0d38ef86653b6ff4aae26381ebdf0895f829d /2023 | |
parent | cbf5c348db4a693b15e455a23e07072587edf4b0 (diff) |
renamed day folders to two digit format
Diffstat (limited to '2023')
-rw-r--r-- | 2023/day01/input (renamed from 2023/day1/input) | 0 | ||||
-rw-r--r-- | 2023/day01/solve.py (renamed from 2023/day1/solve.py) | 0 | ||||
-rw-r--r-- | 2023/day01/solve2.py (renamed from 2023/day1/solve2.py) | 0 | ||||
-rw-r--r-- | 2023/day02/input (renamed from 2023/day2/input) | 0 | ||||
-rw-r--r-- | 2023/day02/solve.py (renamed from 2023/day2/solve.py) | 0 | ||||
-rw-r--r-- | 2023/day02/solve2.py (renamed from 2023/day2/solve2.py) | 0 | ||||
-rw-r--r-- | 2023/day03/input (renamed from 2023/day3/input) | 0 | ||||
-rw-r--r-- | 2023/day03/input_test (renamed from 2023/day3/input_test) | 0 | ||||
-rw-r--r-- | 2023/day03/solve.py (renamed from 2023/day3/solve.py) | 0 | ||||
-rw-r--r-- | 2023/day03/solve2.py (renamed from 2023/day3/solve2.py) | 0 |
10 files changed, 0 insertions, 0 deletions
diff --git a/2023/day1/input b/2023/day01/input index 6edee3a..6edee3a 100644 --- a/2023/day1/input +++ b/2023/day01/input diff --git a/2023/day1/solve.py b/2023/day01/solve.py index b6a47c1..b6a47c1 100644 --- a/2023/day1/solve.py +++ b/2023/day01/solve.py diff --git a/2023/day1/solve2.py b/2023/day01/solve2.py index e545cf3..e545cf3 100644 --- a/2023/day1/solve2.py +++ b/2023/day01/solve2.py diff --git a/2023/day2/input b/2023/day02/input index df90739..df90739 100644 --- a/2023/day2/input +++ b/2023/day02/input diff --git a/2023/day2/solve.py b/2023/day02/solve.py index 939b134..939b134 100644 --- a/2023/day2/solve.py +++ b/2023/day02/solve.py diff --git a/2023/day2/solve2.py b/2023/day02/solve2.py index c79821a..c79821a 100644 --- a/2023/day2/solve2.py +++ b/2023/day02/solve2.py diff --git a/2023/day3/input b/2023/day03/input index e51b04f..e51b04f 100644 --- a/2023/day3/input +++ b/2023/day03/input diff --git a/2023/day3/input_test b/2023/day03/input_test index 624ea4f..624ea4f 100644 --- a/2023/day3/input_test +++ b/2023/day03/input_test diff --git a/2023/day3/solve.py b/2023/day03/solve.py index bc84dc0..bc84dc0 100644 --- a/2023/day3/solve.py +++ b/2023/day03/solve.py diff --git a/2023/day3/solve2.py b/2023/day03/solve2.py index 5b23f13..5b23f13 100644 --- a/2023/day3/solve2.py +++ b/2023/day03/solve2.py |