diff --git a/docs/topics/advent-of-code.md b/docs/topics/advent-of-code.md index 5e8ef2a831f..bf63f87b8b0 100644 --- a/docs/topics/advent-of-code.md +++ b/docs/topics/advent-of-code.md @@ -4,26 +4,110 @@ 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-2022) * [](#advent-of-code-2021) * [](#advent-of-code-2020) -## Advent of Code 2021 - -* [](#get-ready) -* [](#day-1-sonar-sweep) -* [](#day-2-dive) -* [](#day-3-binary-diagnostic) -* [](#day-4-giant-squid) - -### Get ready +## Get ready for Advent of Code We'll take you through the basic tips on how to get up and running with solving Advent of Code challenges with Kotlin: -* Read our [blog post about Advent of Code 2021](https://blog.jetbrains.com/kotlin/2021/11/advent-of-code-2021-in-kotlin/) * Use [this GitHub template](https://github.com/kotlin-hands-on/advent-of-code-kotlin-template) to create projects * Check out the welcome video by Kotlin Developer Advocate, Sebastian Aigner: -