Son aktivite 5 hours ago
My implementation of solving Day 1 of 2025's Advent of Code.
| 1 | using System; |
| 2 | using System.IO; |
| 3 | using BenTek.AdventOfCode.TwentyTwentyFive.Interfaces; |
| 4 | |
| 5 | namespace BenTek.AdventOfCode.TwentyTwentyFive.Days |
| 6 | { |
| 7 | class Day1 : IPuzzle |
| 8 | { |
| 9 | /// <inheritdoc /> |
| 10 | public string ExpectedTestValue1 => "5"; |
Daha yeni
Daha eski