<Idiomatic Kotlin: Solving Advent of Code Puzzles,...
# announcements
u
Idiomatic Kotlin: Solving Advent of Code Puzzles, Day 2 Let’s continue learning how to write idiomatic Kotlin code by solving the Advent of Code tasks! Today, we’re discussing the solution for the day 2 task. Day 2. Password philosophy We need to confirm that passwords meet the corporate policy. Find the full task description at https://adventofcode.com/2020/day/2*. First, we need to read the input: Each […]
K 3