0
0
Fork 0

Add code for 2015 advent that I did historically.

This commit is contained in:
Oliver-Akins 2020-12-06 20:33:17 -07:00
parent 13968ed94e
commit 9e9e556c73
25 changed files with 598 additions and 0 deletions

3
day_2/info.md Normal file
View file

@ -0,0 +1,3 @@
https://adventofcode.com/2015/day/2
`2*l*w + 2*w*h + 2*h*l + min(l*w, w*h, h*l)`