ben
/
aoc
1
0
Fork 0

idk why i didn't put the puzzle name in
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2022-12-01 11:27:14 -05:00
parent 44a9613cf5
commit 7fa89fa999
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ public sealed class Day01 : Day
{
private readonly List<List<int>> _elfCalories = new();
public Day01() : base(2022, 1, "Day 1 Puzzle Name")
public Day01() : base(2022, 1, "Calorie Counting")
{
var elf = new List<int>();