Skip to content

Commit b9b9373

Browse files
committed
2025 day02 cleanup
1 parent ca01f22 commit b9b9373

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

2025/Day02/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## --- Day 2: Gift Shop ---
2-
You get inside and take the elevator to its only other stop: the gift shop. "Thank you for visiting the North Pole!" gleefully exclaims a nearby sign. You aren't sure who is even allowed to visit the North Pole, but you know you can access the lobby through here, and from there you can access the rest of the North Pole base.
2+
_You get inside and take the elevator to its only other stop: the gift shop. "Thank you for visiting the North Pole!" gleefully exclaims a nearby sign. You aren't sure who is even allowed to visit the North Pole, but you know you can access the lobby through here, and from there you can access the rest of the North Pole base._
33

4-
As you make your way through the surprisingly extensive selection, one of the clerks recognizes you and asks for your help.
4+
_As you make your way through the surprisingly extensive selection, one of the clerks recognizes you and asks for your help._
55

66
_Visit the website for the full story and [full puzzle](https://adventofcode.com/2025/day/2) description._
7+
8+
I just went with checking all numbers in the ranges, no need to be super smart, this already runs in a few hundred milliseconds.

docs/template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ <h2 id="problem-name">{{problem-name}}</h2>
281281

282282
</div>
283283
<div id="bottom">
284-
<span>© <span id="currentYear">{{current-year}}</span></span>
285-
<span><a href="https://adventofcode.com">Advent of Code</a> is a registered trademark in the US</span>
286-
<span>Images provided by <a href="https://www.bing.com/images/create">Bing</a> image creator</span>
284+
<span>© <span id="currentYear">{{current-year}}</span> |
285+
<a href="https://adventofcode.com">Advent of Code</a> is a registered trademark in the US |
286+
Images provided by <a href="https://www.bing.com/images/create">Bing</a> and <a href="https://gemini.google.com/app">Nano Banana</a></span>
287287
</div>
288288

289289
<script>

0 commit comments

Comments
 (0)