Solving critical problems in https://adventofcode.com/ using Kotlin
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