Skip to content

Commit 21bb3fd

Browse files
committed
Cleaning
1 parent b062a6d commit 21bb3fd

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ def adjacents(i, j):
1919
pass
2020
return res
2121

22-
def hash(mat):
23-
step1 = reduce(lambda a, b: a + b, mat, [])
24-
return reduce(lambda a, b: a + b, step1, "")
25-
2622
PAPER = "@"
2723
OTHER = "."
2824

aoc/2025/04/animated/04_animated.vn.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)