Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 489 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 489 Bytes

Advent of Code Kotlin JVM 2021

Solving critical problems in https://adventofcode.com/ using Kotlin

User Guide

Solutions are Kotlin class file that implements Solution class under solutions package

Inputs are placed under inputs directory

To run the solution, put the first argument with [day_number]_[part_number] in your Run Configuration. See Main.kt for more details