Skip to content

Latest commit

 

History

History
122 lines (81 loc) · 6.75 KB

advent-of-code.md

File metadata and controls

122 lines (81 loc) · 6.75 KB

Advent of Code 2021 is coming! At JetBrains, we’re proud to be supporting Advent of Code this year as one of its top sponsors. To get you in the mood for AoC 2021, we’ve prepared a primer video and a blogpost.
Get ready to jingle with Advent of Code in Kotlin! Have fun, learn new things, and win prizes!

{type="note"}

Advent of Code is an annual December event, where holiday-themed puzzles are published every day from December 1 to December 25. With the permission of Eric Wastl, creator of Advent of Code, we'll show how to solve these puzzles using the idiomatic Kotlin style.

You can find all the solutions for the Advent of Code 2020 puzzles in our GitHub repository.

{type="tip"}

Day 1: Report repair

Explore input handling, iterating over a list, different ways of building a map, and using the let function to simplify your code.

  • Read the puzzle description on Advent of Code
  • Check out the solution from Svetlana Isakova on the Kotlin Blog or watch the video: