feat: Add time tracking

This commit is contained in:
Roman Spring 2025-12-02 07:23:36 +01:00
parent 8e8ca67091
commit d0f5e65015
2 changed files with 19 additions and 4 deletions

View file

@ -3,6 +3,7 @@ namespace AdventOfCode2026;
public sealed class Day1 : Solution
{
private const int MaxArrow = 100;
public override string SolvePart1()
{
var arrow = 50;