diff --git a/2022/day07.py b/2022/day07.py index 8aeefdc..6ec1715 100644 --- a/2022/day07.py +++ b/2022/day07.py @@ -1,4 +1,4 @@ -with open('input/7', 'r') as file: +with open('input/07', 'r') as file: lines = file.read().strip().split('\n') pwd = [] files = {} diff --git a/2022/input/7 b/2022/input/07 similarity index 100% rename from 2022/input/7 rename to 2022/input/07