From 9a12b4aa5149754f52bba388186da0bda14d5b7b Mon Sep 17 00:00:00 2001 From: Nikolai Pachkov Date: Fri, 3 Jan 2025 15:24:19 +0100 Subject: [PATCH 1/2] Add Advent of Code '24 playlist --- docs/topics/advent-of-code.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/advent-of-code.md b/docs/topics/advent-of-code.md index 80dbefae011..283651f723e 100644 --- a/docs/topics/advent-of-code.md +++ b/docs/topics/advent-of-code.md @@ -4,6 +4,7 @@ every day from December 1 to December 25. With the permission of [Eric Wastl](http://was.tl/), creator of Advent of Code, we'll show how to solve these puzzles using the idiomatic Kotlin style: +* [Advent of Code 2024](https://www.youtube.com/watch?v=r7nMRJ57QA0&list=PLlFc5cFwUnmwHaD3-qeoLHnho_PY2g9JX&index=12) * [Advent of Code 2023](https://www.youtube.com/playlist?list=PLlFc5cFwUnmzk0wvYW4aTl57F2VNkFisU) * [](#advent-of-code-2022) * [](#advent-of-code-2021) From a2e3af06fa1cf0de883cc6a8e4b9c445df4511e1 Mon Sep 17 00:00:00 2001 From: Andrey Polyakov Date: Tue, 7 Jan 2025 10:06:36 +0100 Subject: [PATCH 2/2] chore: update advent-of-code.md --- docs/topics/advent-of-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/advent-of-code.md b/docs/topics/advent-of-code.md index 283651f723e..41400cf87d0 100644 --- a/docs/topics/advent-of-code.md +++ b/docs/topics/advent-of-code.md @@ -4,7 +4,7 @@ every day from December 1 to December 25. With the permission of [Eric Wastl](http://was.tl/), creator of Advent of Code, we'll show how to solve these puzzles using the idiomatic Kotlin style: -* [Advent of Code 2024](https://www.youtube.com/watch?v=r7nMRJ57QA0&list=PLlFc5cFwUnmwHaD3-qeoLHnho_PY2g9JX&index=12) +* [Advent of Code 2024](https://www.youtube.com/playlist?list=PLlFc5cFwUnmwHaD3-qeoLHnho_PY2g9JX) * [Advent of Code 2023](https://www.youtube.com/playlist?list=PLlFc5cFwUnmzk0wvYW4aTl57F2VNkFisU) * [](#advent-of-code-2022) * [](#advent-of-code-2021)