Files
2022/inputs/18b.txt
Parnic 818e9478e1 Day 18 solution
ivec3 is a copy of ivec2 with a third dimension added and a few new utility methods (chiefly: MinElement, GetNeighbors, IsTouching).
2022-12-18 11:11:37 -06:00

13 lines
80 B
Plaintext

2,2,2
1,2,2
3,2,2
2,1,2
2,3,2
2,2,1
2,2,3
2,2,4
2,2,6
1,2,5
3,2,5
2,1,5
2,3,5