Skip to content

Commit

Permalink
add answers
Browse files Browse the repository at this point in the history
  • Loading branch information
louisheath committed Dec 6, 2023
1 parent 79d8ebc commit 684d348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 6_boats/boats.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ def main():
lines.append(line)

print("Part 1")
print(part1(lines))
print(part1(lines)) # 2269432

print("Part 2")
print(part1(lines))
print(part2(lines)) # 35865985

if __name__ == "__main__":
# run with `python3 boats.py input2.txt`
Expand Down

0 comments on commit 684d348

Please sign in to comment.