Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 598 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 598 Bytes

Advent of Code 2024

This repo contains solutions for Advent of code puzzles in Kotlin.

It is based on micronaut for dependency injection.

As it depends on aoc-utils authentication is necessary to access GitHub's Maven Package Repository: as of now, the gradle config in use assumes that you provide a PAT either via Env-Variables (GITHUB_ACTOR and GITHUB_TOKEN) or in gradle.properties (under github.registry.user and github.registry.key).

input files src/main/resources/input*.txt are ignored in .gitignore.