/Advent-of-Code-2023

🎄 My submission to the Advent of Code 2023 in Kotlin.

Primary LanguageKotlinMIT LicenseMIT

Advent of Code 2023

Kotlin Holiday

My submission to the Advent of Code 2023 in Kotlin.

    🌟
    🎄    
   🎄🎄         Welcome to my Advent of Code 2023 repository
  🎄⁣🎄🎄        48 61 70 70 79 20 48 6f 6c 69 64 61 79 73 21       
 🎄🎄🎄🎄               
🎄🎄🎄🎄🎄                
  🎁🎁🎁              

Table of Contents

Tests

All exercises of the Advent Calendar are build using test driven design.
These tests can be found in the src/test/kotlin/io/thecoati/adventofcode/days directory.
Tests are build using the example instructions at the exercises.
Use ./gradlew test in order to run the tests.

Checklist