Advent of Code 2021 in Kotlin, Day 1
In this post, I’m going to walk you through my solution to the Advent of Code 2021 Day 1 task. Of course, I used Kotlin to solve it! The input for the task is a text file, where each line is a number that represents a measurement of the depth of the seafloor. The task […]