Skip to content

Commit 87787d7

Browse files
committed
emptyline
1 parent d07d1be commit 87787d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

2024/Day13/Solution.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ namespace AdventOfCode.Y2024.Day13;
33
using System.Collections.Generic;
44
using System.Linq;
55
using System.Text.RegularExpressions;
6-
76
using Machine = (Vec2 a, Vec2 b, Vec2 p);
87

98
record struct Vec2(long x, long y);

0 commit comments

Comments
 (0)