Skip to content

ayoubkhobalatte/advent-of-code

Repository files navigation

Advent of Code

Features

  • Kotlin 2.1.0 with JVM toolchain 21
  • kotlin-test for testing with JUnit Platform
  • ktlint configured with official code style
  • EditorConfig for consistent formatting
  • AI-free coding zone - see AGENTS.md

Prerequisites

  • JDK 21 or later

Building

./gradlew build

Running Tests

./gradlew test

Code Quality

Run ktlint to check code style:

./gradlew ktlintCheck

Auto-format code with ktlint:

./gradlew ktlintFormat

Project Structure

src/
├── main/
│   ├── kotlin/     # Application source code
│   └── resources/  # Application resources
└── test/
    ├── kotlin/     # Test source code
    └── resources/  # Test resources

AI Assistance Policy

This repository is designated as an AI-free coding zone. Please see AGENTS.md for details.

License

None - use it however you like!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages