Skip to content

bjdupuis/Advent-Of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

153 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages