Implement day 25.

Part 2 was bonkers.
This commit is contained in:
2018-12-25 11:28:58 +01:00
parent 4a5bec0e7d
commit 22c71dc3f5
8 changed files with 148 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
0,0,0,0
3,0,0,0
0,3,0,0
0,0,3,0
0,0,0,3
0,0,0,6
9,0,0,0
12,0,0,0

10
2018/src/samples/25.2.txt Normal file
View File

@@ -0,0 +1,10 @@
-1,2,2,0
0,0,2,-2
0,0,0,-2
-1,2,0,0
-2,-2,-2,2
3,0,2,-1
-1,3,2,2
-1,0,-1,0
0,2,1,-2
3,0,0,0

10
2018/src/samples/25.3.txt Normal file
View File

@@ -0,0 +1,10 @@
1,-1,0,1
2,0,-1,0
3,2,-1,0
0,0,3,1
0,0,-1,-1
2,3,-2,0
-2,2,0,0
2,-2,0,-1
1,-1,0,-1
3,2,0,2

10
2018/src/samples/25.4.txt Normal file
View File

@@ -0,0 +1,10 @@
1,-1,-1,-2
-2,-2,0,1
0,2,1,3
-2,3,-2,1
0,2,3,-2
-1,-1,1,-2
0,-2,-1,0
-2,2,3,-1
1,2,2,0
-1,-2,0,-2