Skip to content

Commit 023d258

Browse files
committed
Fixed a small problem
1 parent fa5c60c commit 023d258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2022/10.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ def part2(data):
6262
ins += 1
6363

6464
for row in screen: print(''.join(row))
65-
return 'This time, there will be no returned output as its super hard to guess all the letter patterns. However, a human can read the above display and figure out the output!'
65+
print('This time, there will be no returned output as its super hard to guess all the letter patterns. However, a human can read the above display and figure out the output!')

0 commit comments

Comments
 (0)