From a579bd68abe0665649d2f894c3642dc54c7f3623 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Sat, 6 Dec 2025 14:25:57 -0800 Subject: [PATCH] Update pytudes.py 2025 AoC --- py/pytudes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/py/pytudes.py b/py/pytudes.py index 9775dd9..33a18c8 100644 --- a/py/pytudes.py +++ b/py/pytudes.py @@ -23,6 +23,8 @@ notebooks = { 'How many electoral votes would Trump get if he wins the state where he has positive net approval?')], 'Advent of Code': [ +('Advent of Code 2025', 2024, 'Advent-2025-AI.ipynb', 'Using large language coding models to solve AoC puzzles'), +('Advent of Code 2025', 2024, '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'), ('Advent of Code 2023', 2023, 'Advent-2023.ipynb', 'Puzzle site with a coding puzzle each day of Advent, December 2023'), ('Advent of Code 2022', 2022, 'Advent-2022.ipynb', 'Puzzle site with a coding puzzle each day of Advent, December 2022'), @@ -258,4 +260,4 @@ that was very influential to me when I was first learning to program. I still ha output = 'README.md' print(f'Wrote {open(output, "w").write(body)} characters to {output}') print('Checking...') -check() \ No newline at end of file +check()