Skip to content

Latest commit

 

History

History
115 lines (75 loc) · 6.27 KB

advent-of-code.md

File metadata and controls

115 lines (75 loc) · 6.27 KB

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: