Skip to content

EldoranDev/AdventOfCode

Repository files navigation

Advent of Code Solutions

Commands

# Create new Day
# will create entry points and download input file to inputs/
npm run start -- create [day]
# Execute part of day
# Will run the code for the specified part of day
# results will be copied to clipboard
# --test can be used to run against the test data from inputs/
# --perf can be used to show the performance information of execution
npm run start -- run [day] [part]
# Fetch input of day
# As the inputs are not shared with this repo (see below)
# this command can be used to fetch the input for a given day
npm run start -- get [day]

Inputs

My personal inputs are not shared in this repository.

Althouhg it is not strictly forbidden it is asked by the creator to not share/collect personal inputs.

To run the solution on an input after the Day was created the command npm run start -- get {day} can be run.

About

Solutions for Advent Of Code

Topics

Resources

License

Stars

Watchers

Forks

Languages