From 754091f9110fa21e6bd20a0d8775bd6eab9e015f Mon Sep 17 00:00:00 2001
From: Christopher Bohn <bohn@unl.edu>
Date: Fri, 2 Dec 2022 08:11:47 -0600
Subject: [PATCH] Added links for Year 2022 Day 2

---
 2022/README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/2022/README.md b/2022/README.md
index d35366e..28c46de 100644
--- a/2022/README.md
+++ b/2022/README.md
@@ -31,6 +31,9 @@ Which means we can use the same solution for both parts, parameterized by the to
 
 ## Day 2
 
+- [The problem](https://adventofcode.com/2022/day/2)
+- [The solution](src/main/java/edu/unl/cse/bohn/year2022/Day2.java)
+
 The subproblems for both parts are
 - Score a single round
   - Determine which hand is played by each player; adjust score based on "my" hand
-- 
GitLab