Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bjdupuis/advent-of-code


https://github.com/bjdupuis/advent-of-code

aoc-2023-in-kotlin aoc-2024-in-kotlin

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent Of Code

Based on Hugh Davie's [aoc-kotlin-starter](https://github.com/hughjdavey/aoc-kotlin-starter).

Note that per AoC's recommendation, input files are not stored in the repo. They're expected to be found in `src/main/resources//input_day_.txt`.

## Creating the daily templates

Added a utility to create the files for a particular day. Create a run configuration that runs this command.

`run --args "today" -Pmain="util.ScaffoldCreator"`

## Run the current day

Create a run configuration like this.

`run --args "today" -Pmain="util.Runner"`