Completed day 12

This commit is contained in:
2020-01-11 23:09:39 -05:00
parent 79645abe5a
commit b189630416
6 changed files with 585 additions and 0 deletions

4
day12/input/input.txt Normal file
View File

@@ -0,0 +1,4 @@
<x=3, y=2, z=-6>
<x=-13, y=18, z=10>
<x=-8, y=-1, z=13>
<x=5, y=10, z=4>

4
day12/input/test1.txt Normal file
View File

@@ -0,0 +1,4 @@
<x=-1, y=0, z=2>
<x=2, y=-10, z=-7>
<x=4, y=-8, z=8>
<x=3, y=5, z=-1>

4
day12/input/test2.txt Normal file
View File

@@ -0,0 +1,4 @@
<x=-8, y=-10, z=0>
<x=5, y=5, z=10>
<x=2, y=-7, z=3>
<x=9, y=-8, z=-3>