We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdfcfd commit f15e860Copy full SHA for f15e860
puzzles/solutions/2022/d07/consts.py
@@ -6,3 +6,4 @@
6
LIST_CONTENTS_COMMAND = "ls"
7
SMALL_DIRECTORY_SIZE_THRESHOLD = 100_000
8
TOTAL_DISK_SPACE = 70_000_000
9
+REQUIRED_UNUSED_SPACE = 30_000_000
0 commit comments