aoc

My solutions for the Advent of Code
git clone https://git.tronto.net/aoc
Download | Log | Files | Refs | README

commit 1dc404e7ee276f6a5798ec93d5ae47e08d180432
parent 39e9d936f52c7626884d1ca4c5262b117b0dc85c
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed,  3 Dec 2025 06:23:38 +0100

Clean up some whitespace

Diffstat:
M2025/02/a.py | 2--
M2025/02/b.py | 2--
2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/2025/02/a.py b/2025/02/a.py @@ -13,5 +13,3 @@ with fileinput.input() as lines: print(n) s += n print(s) - - diff --git a/2025/02/b.py b/2025/02/b.py @@ -21,5 +21,3 @@ with fileinput.input() as lines: if invalid(str(n)): s += n print(s) - -