We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa6b2c6 + cac6e76 commit 5a91decCopy full SHA for 5a91dec
2024/python/src/grice_py_aoc_2024/day01/main.py
@@ -40,7 +40,7 @@ def part2(inputs: TextIOWrapper) -> int:
40
return total
41
42
43
-def main():
+def main() -> None:
44
with open(FILE) as f:
45
print(f"PART 1: {part1(f)}")
46
0 commit comments