Skip to content

Commit

Permalink
emptyline
Browse files Browse the repository at this point in the history
  • Loading branch information
encse committed Dec 13, 2024
1 parent d07d1be commit 87787d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2024/Day13/Solution.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ namespace AdventOfCode.Y2024.Day13;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;

using Machine = (Vec2 a, Vec2 b, Vec2 p);

record struct Vec2(long x, long y);
Expand Down

0 comments on commit 87787d7

Please sign in to comment.