Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Fadi88 committed Dec 19, 2024
1 parent 11645d8 commit 30ee079
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 2024/day19/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ def wrapper_method(*args: Any, **kwargs: Any) -> Any:
return wrapper_method


count = {}


@cache
def count_allowed(towel, patterns):
combs = 0
Expand Down

0 comments on commit 30ee079

Please sign in to comment.