Skip to content

cemtuver/aoc21-kotlin

Repository files navigation

Prerequisites

Kotlin command-line compiler is required to build the solutions. It can be installed from here manually or using Homebrew.

$ brew update
$ brew install kotlin

Build & Run

Compile the source code using Kotlin command-line compiler and then run the output jar using Java.

$ cd day-XX
$ kotlinc part-X.kt -include-runtime -d part-X.jar
$ java -jar part-X.jar

About

Advent of Code 2021 in Kotlin

Topics

Resources

Stars

Watchers

Forks

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy