my answers in Kotlin
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