Skip to content

⚡ Advent of Code implementation using Kotlin.

Notifications You must be signed in to change notification settings

stephan-strate/advent-of-code

Repository files navigation

advent-of-code

Welcome to the Advent of Code1 Kotlin project created by stephan-strate using the [Advent of Code Kotlin Template][template] delivered by JetBrains.

In this repository, stephan-strate is about to provide solutions for the puzzles using Kotlin language.

The repository setup is highly inspired by 0legg and Zordid.

Authentication

Input data is fetched automatically. As input data is user specific, you need to provide your session cookie token in the .cookie file.

Footnotes

  1. Advent of Code – an annual event in December since 2015. Every year since then, with the first day of December, a programming puzzles contest is published every day for twenty-four days. A set of Christmas-oriented challenges provide any input you have to use to answer using the language of your choice.