-
Initail actions:
- Install dependencies:
- composer install
- Install dependencies:
-
Command: AoC-2021:make
- Same as on 2020
-
Command: AoC-2021:day
- Same as on 2020
-
Command: AoC-2020:make
- Description:
- Command that creates boilerplate code for selected day
- Usage:
- AoC-2020:make [options] [--] <day>
- Arguments:
- day Day number. Examples: <5>, <27>.
- Options:
- --force Remove/delete all data on selected day directory before creating from template
- Examples:
- ./run AoC-2020:make 5
- ./run AoC-2020:make --force 5
- Description:
-
Command: AoC-2020:day
- Description:
- Command that runs code for selected day
- Usage:
- AoC-2020:day [options] [--] <day>
- Arguments:
- day Day number. Examples: <5>, <27>.
- Options:
- -d, --data=DATA Data input file name with/without full path [default: "Data.txt"]
- -v Increase the verbosity of messages
- Examples:
- ./run AoC-2020:day 5
- ./run AoC-2020:day -v 5
- ./run AoC-2020:day -v -d Demo.txt 5
- Description:
-
Notifications
You must be signed in to change notification settings - Fork 0
dariuskasiulevicius/AoC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published