ben
/
aoc
1
0
Fork 0

missed puzzle name for 2015 day 4

This commit is contained in:
Ben Harris 2022-11-12 14:06:27 -05:00
parent 1dd8a463e6
commit 55674972e7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ public sealed class Day04 : Day
{
private readonly string _key;
public Day04() : base(2015, 4, "Puzzle Name")
public Day04() : base(2015, 4, "The Ideal Stocking Stuffer")
{
_key = Input.First();
}