Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cec6351

Browse files
committed
AoC 2021, day 5
Very ugly, should refactor
1 parent bf7a3c3 commit cec6351

File tree

4 files changed

+597
-0
lines changed

4 files changed

+597
-0
lines changed

‎2021/05/example‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
0,9 -> 5,9
2+
8,0 -> 0,8
3+
9,4 -> 3,4
4+
2,2 -> 2,1
5+
7,0 -> 7,4
6+
6,4 -> 2,0
7+
0,9 -> 2,9
8+
3,4 -> 1,4
9+
0,0 -> 8,8
10+
5,5 -> 8,2

0 commit comments

Comments
 (0)