diff --git a/03/GearRatios.Tests/GearRatios.Tests.csproj b/03/GearRatios.Tests/GearRatios.Tests.csproj
index d3b6c47..e0d4aab 100644
--- a/03/GearRatios.Tests/GearRatios.Tests.csproj
+++ b/03/GearRatios.Tests/GearRatios.Tests.csproj
@@ -27,4 +27,10 @@
+
+
+ PreserveNewest
+
+
+
diff --git a/03/GearRatios.Tests/GlobalUsings.cs b/03/GearRatios.Tests/GlobalUsings.cs
index 2d5b473..d6f0167 100644
--- a/03/GearRatios.Tests/GlobalUsings.cs
+++ b/03/GearRatios.Tests/GlobalUsings.cs
@@ -1,3 +1,3 @@
global using FluentAssertions;
-global using Xunit;
+global using Xunit;
\ No newline at end of file
diff --git a/03/GearRatios.Tests/PuzzleSolverTests.cs b/03/GearRatios.Tests/PuzzleSolverTests.cs
index 74c000e..5ad3dfd 100644
--- a/03/GearRatios.Tests/PuzzleSolverTests.cs
+++ b/03/GearRatios.Tests/PuzzleSolverTests.cs
@@ -36,6 +36,8 @@ public class PuzzleSolverTests
".664.598..",
];
+ private static readonly string[] Input = File.ReadAllLines("INPUT.txt");
+
public static IEnumerable