Skip to content

Commit b232061

Browse files
committed
Fixed typos
1 parent 7cc13f0 commit b232061

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aoc/2025/06/06.vn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
big = max(nums, key=len)
1111
reals = []
1212

13-
# I needed to app something because
14-
# my algo needs to ops to calculate
13+
# I needed to add something because
14+
# my algo needs two ops to calculate
1515
# the zone. I added something I could clean
1616
# easily
1717
ops = inp[-1].ljust(len(big), " ") + "\t"

0 commit comments

Comments
 (0)