Skip to content

EdricChan03/advent-of-code

Repository files navigation

Advent Of Code

The source code containing solutions for each puzzle in Advent Of Code, written in Kotlin.

Code Structure

Hugely inspired by Edgars Supe's GitHub repository, it leverages a similar project structure.

Running a puzzle

Each file having a class that extends from Puzzle should have a top-level main function defined as well, which can then be run from within an IDE such as IntelliJ IDEA.