Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 369 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 369 Bytes

My solutions to the Advent of Code 2021

For each day there is a package with the (boring) data inside data.kt and the (interesting) solution inside solution.kts.

Since it's scripts, each day can be executed separately, without the need of a fun main().