Skip to content

Files

Latest commit

Dec 28, 2023
3f1e295 · Dec 28, 2023

History

History

kt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 27, 2023
Dec 28, 2023
Dec 12, 2023
Dec 27, 2023
Dec 8, 2023
Dec 12, 2023
Dec 1, 2023
Dec 2, 2023
Dec 1, 2023
Dec 1, 2023
Dec 1, 2023
Dec 1, 2023
Dec 1, 2023
Dec 27, 2023

my answers in Kotlin Kotlin CI

This project builds with Gradle.

Run the test suite:

./gradlew :aoc2023-lib:allTests

Run kotlinx.benchmark (JMH) benchmarks:

./gradlew :aoc2023-exe:benchmark

Print solutions for the inputs provided in local data files:

./gradlew :aoc2023-exe:jvmRun :aoc2023-exe:runReleaseExecutable{LinuxX64,Macos{X64,Arm64}} :aoc2023-exe:jsNodeProductionRun

Run all checks, including Detekt static code analysis and ktlint formatter:

./gradlew check

Check for newer versions of dependencies:

./gradlew :dependencyUpdates