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 8a7b7b9 commit 0774b10Copy full SHA for 0774b10
2024/day4/main2.py
@@ -1,3 +1,7 @@
1
+# TODO: make a more elegant solution. I was tired and used keyboard shortcuts
2
+# and copy paste to make this solution work in trying to solve the problem
3
+# in a short enough time to make the leaderboard.
4
+
5
def solution(lines: list[str]):
6
ret = 0
7
lastret = -1
0 commit comments