@jimmychu0807/aoc-2021
v0.2.0
Published
Advent of Code 2021
Downloads
652
Readme
Advent of Code 2021
This is my attempt on Advent of Code 2021 :rocket:
- Day 01 - Sonar Sweep
- Day 02 - Dive
- Day 03 - Binary Diagnostic
- Day 04 - Giant Squid
- Day 05 - Hydrothermal Venture
- Day 06 - Latternfish
- Day 07 - Trechery Of Whales
- Day 08 - Seven Segment Search
- Day 09 - Smoke Basin
- Day 10 - Syntax Scoring
- Day 11 - Dumbo Octopus
- Day 12 - Passage Pathing
- Day 13 - Transparent Origami
- Day 14 - Extended Polymerization
- Day 15 - Chiton
- Day 16 - Packet Decoder
- Day 17 - Trick Shot
- Day 18 - Snailfish
- Day 19 - Beacon Scanner
- Day 20 - Trench Map
- Day 21 - Dirac Dice
- Day 22 - Reactor Reboot
- Day 23 - Amphipod
- Day 24 - Arithmetic Logic Unit
- Day 25 - Sea Cucumber
Workflow
Normal run
yarn install
# More help text will be displayed
yarn cli <sub-command> <input argument>
# Example
yarn cli sonar-sweep -i src/01-sonar-sweep/input/input.dat
For CI
yarn install
# More help text will be displayed
yarn validate
For docs generation
yarn docs:update
# Preview docs
yarn docs:serve
- Do not update the root
README.md
directly. Instead updatescripts/templates/README.md.tpl
asscripts/doc-update.ts
will auto-generate the doc based on this template.