Skip to content

Commit 8e078a6

Browse files
authored
Merge pull request #158 from coding-cat-official/fix-haystack
add column to starter code
2 parents f55b5b0 + 7b4e59d commit 8e078a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
def birthday_card_mixup(birthdayCardNumbers: list[int], numberOfStudents: int) -> list[int]
1+
def birthday_card_mixup(birthdayCardNumbers: list[int], numberOfStudents: int) -> list[int]:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
def scroll_of_ever_changing_symbols(ultimate_scroll: str) -> str
1+
def scroll_of_ever_changing_symbols(ultimate_scroll: str) -> str:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
def jelly_bean_duplicate_removal(jellybeans: list[str]) -> list[str]
1+
def jelly_bean_duplicate_removal(jellybeans: list[str]) -> list[str]:

0 commit comments

Comments
 (0)