Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bjdupuis/advent-of-code
- Owner: bjdupuis
- License: cc0-1.0
- Created: 2021-12-06T16:36:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T18:57:10.000Z (7 days ago)
- Last Synced: 2024-12-27T19:38:04.327Z (7 days ago)
- Topics: aoc-2023-in-kotlin, aoc-2024-in-kotlin
- Language: Kotlin
- Homepage:
- Size: 435 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"`