Add code for 2015 advent that I did historically.
This commit is contained in:
parent
13968ed94e
commit
9e9e556c73
25 changed files with 598 additions and 0 deletions
3
day_2/info.md
Normal file
3
day_2/info.md
Normal 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)`
|
||||
Loading…
Add table
Add a link
Reference in a new issue