I'm a bit slow to this, but questions about day 7 ...
# advent-of-code
a
I'm a bit slow to this, but questions about day 7 and the file tree. Is the answer just a comma delimited list ? Or do I have to include [] 🤔
e
no, the answer is a sum of sizes
j
No the answer is the sum of the sizes that match the condition
e
from the text,
Find all of the directories with a total size of at most 100000. What is the sum of the total sizes of those directories?
and you can see the example given has answer
95437
a
Oh wow 🤦🏽‍♂️ I dunno how I missed that. My solution works now 🙏 thanks y'all