summaryrefslogtreecommitdiff
path: root/18.c
AgeCommit message (Collapse)Author
2022-12-19Solve puzzle 18 part 2Adam Spragg
Wow, it's hard figuring out the interior of a space. Did it the brute force way, which worked OK because the total volume was small enough. After part 1, I was hoping to be able to catch up the day I'm behind. That's not happening today. We'll see how tomorrow's challenge goes.
2022-12-19Rename `struct face` to `struct point`Adam Spragg
2022-12-19Solve puzzle 18 part 1Adam Spragg