Solutions to advent of code 2021 in the gen-Z programming language known as kotlin

Advent Of Code 2021 – Kotlin Edition

How to run?

  • Get the kotlin SDK using the sdkman tool: https://sdkman.io/sdks

  • Run the commands:

      ./gradlew build
      ./gradlew run
    

GitHub

View Github