Skip to content

fajarnuha/aoc-kotlin-2021

Repository files navigation

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

About

Solving Advent of Code in Kotlin JVM 2021

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages