diff --git a/04/Scratchcards.Tests/GlobalUsings.cs b/04/Scratchcards.Tests/GlobalUsings.cs
index 2d5b473..d6f0167 100644
--- a/04/Scratchcards.Tests/GlobalUsings.cs
+++ b/04/Scratchcards.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/05/IYGASAF.Tests/GlobalUsings.cs b/05/IYGASAF.Tests/GlobalUsings.cs
index 7fef4b0..2d5b473 100644
--- a/05/IYGASAF.Tests/GlobalUsings.cs
+++ b/05/IYGASAF.Tests/GlobalUsings.cs
@@ -1,2 +1,3 @@
+global using FluentAssertions;
+
global using Xunit;
-global using FluentAssertions;
\ No newline at end of file
diff --git a/05/IYGASAF/Program.cs b/05/IYGASAF/Program.cs
index e6691ab..de90804 100644
--- a/05/IYGASAF/Program.cs
+++ b/05/IYGASAF/Program.cs
@@ -32,14 +32,32 @@ public class Program
}
}
+///
+/// Represents an almanac.
+///
+/// The seeds.
+/// The seed ranges.
+/// The maps.
+/// An instance of .
public class Almanac(
List seeds,
List seedRanges,
List