Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 588 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 588 Bytes

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.