diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-03 06:23:38 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-03 06:23:38 +0100 |
| commit | 1dc404e7ee276f6a5798ec93d5ae47e08d180432 (patch) | |
| tree | 4ac5cdbcdc39031d521578512ca130423ccc6431 /2025/02/b.py | |
| parent | 39e9d936f52c7626884d1ca4c5262b117b0dc85c (diff) | |
| download | aoc-1dc404e7ee276f6a5798ec93d5ae47e08d180432.tar.gz aoc-1dc404e7ee276f6a5798ec93d5ae47e08d180432.zip | |
Clean up some whitespace
Diffstat (limited to '2025/02/b.py')
| -rw-r--r-- | 2025/02/b.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/2025/02/b.py b/2025/02/b.py index 8efdbe3..2c628d2 100644 --- a/2025/02/b.py +++ b/2025/02/b.py | |||
| @@ -21,5 +21,3 @@ with fileinput.input() as lines: | |||
| 21 | if invalid(str(n)): | 21 | if invalid(str(n)): |
| 22 | s += n | 22 | s += n |
| 23 | print(s) | 23 | print(s) |
| 24 | |||
| 25 | |||
