This commit is contained in:
0x01FE 2024-12-02 11:28:51 -06:00
parent 0e732811ad
commit 6f90d90356

View File

@ -45,4 +45,4 @@ for levels in cases:
total += 1 total += 1
break break
print(f'Part 1: {total}') print(f'Part 2: {total}')