feat: Add time tracking
This commit is contained in:
parent
8e8ca67091
commit
d0f5e65015
2 changed files with 19 additions and 4 deletions
|
|
@ -3,6 +3,7 @@ namespace AdventOfCode2026;
|
|||
public sealed class Day1 : Solution
|
||||
{
|
||||
private const int MaxArrow = 100;
|
||||
|
||||
public override string SolvePart1()
|
||||
{
|
||||
var arrow = 50;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue