aboutsummaryrefslogtreecommitdiff
path: root/2025/02/a.py
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-12-03 06:23:38 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-03 06:23:38 +0100
commit1dc404e7ee276f6a5798ec93d5ae47e08d180432 (patch)
tree4ac5cdbcdc39031d521578512ca130423ccc6431 /2025/02/a.py
parent39e9d936f52c7626884d1ca4c5262b117b0dc85c (diff)
downloadaoc-1dc404e7ee276f6a5798ec93d5ae47e08d180432.tar.gz
aoc-1dc404e7ee276f6a5798ec93d5ae47e08d180432.zip
Clean up some whitespace
Diffstat (limited to '2025/02/a.py')
-rw-r--r--2025/02/a.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/2025/02/a.py b/2025/02/a.py
index 9c6fd84..fccf806 100644
--- a/2025/02/a.py
+++ b/2025/02/a.py
@@ -13,5 +13,3 @@ with fileinput.input() as lines:
13 print(n) 13 print(n)
14 s += n 14 s += n
15print(s) 15print(s)
16
17

Generated with cgit - Back to sebastiano.tronto.net