Fix typo in Advent of Code section title

This commit is contained in:
Peter Norvig
2026-06-26 10:27:27 -07:00
committed by GitHub
parent ee0a10473c
commit fb83aac7dd

View File

@@ -22,7 +22,7 @@ notebooks = {
('Tracking Polls: Electoral Votes', 2020, 'Electoral%20Votes.ipynb',
'How many electoral votes would Trump get if he wins the state where he has positive net approval?')],
'Advent of Code qnd Project Euler': [
'Advent of Code and Project Euler': [
('Advent of Code 2025: AI LLM Edition', 2025, 'Advent-2025-AI.ipynb', 'Using large language coding models to solve AoC puzzles'),
('Advent of Code 2025', 2025, 'Advent-2025.ipynb', 'Puzzle site with a coding puzzle for 12 days of Christmas, December 2025'),
('Advent of Code 2024', 2024, 'Advent-2024.ipynb', 'Puzzle site with a coding puzzle each day of Advent, December 2024'),