AdventOfCode2021/day5/day 5b/testInput
Luke Else 04982c4798 day 5b complete
Had a couple of issues drawing the diagonal lines, got the x and y coordinates on the array mixed up
2021-12-05 16:36:56 +00:00

10 lines
109 B
Plaintext

0,9 -> 5,9
8,0 -> 0,8
9,4 -> 3,4
2,2 -> 2,1
7,0 -> 7,4
6,4 -> 2,0
0,9 -> 2,9
3,4 -> 1,4
0,0 -> 8,8
5,5 -> 8,2