Skip to content

Latest commit

 

History

153 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code

Based on Hugh Davie's 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/<year>/input_day_<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"

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages