Skip to content

Kotlin tests and solutions for the 2019 Advent of Code puzzles.

Notifications You must be signed in to change notification settings

stkent/AdventOfCode2019

Repository files navigation

Advent Of Code 2019

Kotlin tests and solutions for the 2019 puzzles.

Previous years' solutions:

Objectives

  • Focus on producing communicative, idiomatic, and well-structured solutions over high-performance solutions;
  • Write high-quality tests using JUnit 5. Test cases are typically inspired by the examples presented as part of each puzzle.

Instructions

Running Tests

All days:

./gradlew test

Specific day, e.g. 14:

./gradlew day14:test

Verifying Solutions

All days:

./gradlew run

Specific day, e.g. 14:

./gradlew day14:run

About

Kotlin tests and solutions for the 2019 Advent of Code puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages