Skip to content

Commit 459f824

Browse files
authored
Rename day2.py to day02.py
1 parent b3fa333 commit 459f824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: day2.py renamed to day02.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ def part2():
2929

3030

3131
if __name__ == "__main__":
32-
print(part2())
32+
print(part2())

0 commit comments

Comments
 (0)