Skip to content

Commit 49700bf

Browse files
committed
Create constant for the start-of-message minimum unique sequence length
1 parent 2c52cf9 commit 49700bf

File tree

1 file changed

+3
-0
lines changed
  • puzzles/solutions/2022/d06

1 file changed

+3
-0
lines changed

puzzles/solutions/2022/d06/p2.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import sys
22

33

4+
START_OF_MESSAGE_MINIMUM_UNIQUE_SEQUENCE_LENGTH = 14
5+
6+
47
def get_answer(input_text: str):
58
raise NotImplementedError
69

0 commit comments

Comments
 (0)