We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c52cf9 commit 49700bfCopy full SHA for 49700bf
puzzles/solutions/2022/d06/p2.py
@@ -1,6 +1,9 @@
1
import sys
2
3
4
+START_OF_MESSAGE_MINIMUM_UNIQUE_SEQUENCE_LENGTH = 14
5
+
6
7
def get_answer(input_text: str):
8
raise NotImplementedError
9
0 commit comments