From 79726bc978d3aabecaf4421afe46c650cf2721d1 Mon Sep 17 00:00:00 2001
From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com>
Date: Wed, 6 Dec 2023 14:42:07 -0600
Subject: [PATCH] docs: add xml comments
---
04/Scratchcards.Tests/GlobalUsings.cs | 2 +-
05/IYGASAF.Tests/GlobalUsings.cs | 3 +-
05/IYGASAF/Program.cs | 114 +++++++++++++++++++++++++-
README.md | 2 +-
4 files changed, 115 insertions(+), 6 deletions(-)
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