# [Day 25: Combo Breaker](https://adventofcode.com/2020/day/25) Merry Christmas! That's Advent of Code done for this year. At the time of writing this, I've not gotten all 49 stars up to this point, so I've got no way to get the 50th star. Even so, I feel slightly cheated out of a part two haha. I might go back and try some of the other challenges from this year that I didn't complete.
Script output ``` ❯ python python ft AoC 2020: day 25 - Combo Breaker Python 3.8.5 Test cases 1.1 pass in 0.0 seconds Answers Part 1: 297257 in 7.089499235153198 seconds Part 2: 0 in 0.0 seconds ❯ go run .\go\ ft AoC 2020: day 25 - Combo Breaker Go go1.15.2 Test cases 1.1 pass in 0.00000000 seconds Answers Part 1: 297257 in 0.13749980 seconds Part 2: 0 in 0.00000000 seconds ```