Advent of Code 2021
Featuring Kotlin
What's that ?
https://adventofcode.com/2021/about
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
Requirements
How to run that ?
From command line :
Compile and create the JAR package :
mvn package -P aoc-kotlin
Run the JAR package :
java -jar target/adventofcode2021-kotlin-1.0.jar
From IntelliJ :
clone the project, add the top level pom.xml as maven project and check aoc-kotlin profile in maven helper. Use your IDE as usual.