Skip to content

Commit f15e860

Browse files
committed
Add constant for required unused space
1 parent 4bdfcfd commit f15e860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

puzzles/solutions/2022/d07/consts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
LIST_CONTENTS_COMMAND = "ls"
77
SMALL_DIRECTORY_SIZE_THRESHOLD = 100_000
88
TOTAL_DISK_SPACE = 70_000_000
9+
REQUIRED_UNUSED_SPACE = 30_000_000

0 commit comments

Comments
 (0)