advent2021

Advent of Code 2021

Welcome to my 2021 attempt at the Advent Of Code

Usage

$ npm install -g @roryclaasen/advent2021
$ advent2021 COMMAND
running command...
$ advent2021 (--version)
@roryclaasen/advent2021/2.12.0 linux-x64 node-v16.13.1
$ advent2021 --help [COMMAND]
USAGE
  $ advent2021 COMMAND
...

Commands

advent2021 day1

USAGE
  $ advent2021 day1 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:1

See code: src/commands/day1/index.ts

advent2021 day10

USAGE
  $ advent2021 day10 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:10

See code: src/commands/day10/index.ts

advent2021 day11

USAGE
  $ advent2021 day11 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:11

See code: src/commands/day11/index.ts

advent2021 day12

USAGE
  $ advent2021 day12 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:12

See code: src/commands/day12/index.ts

advent2021 day13

USAGE
  $ advent2021 day13 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:13

See code: src/commands/day13/index.ts

advent2021 day14

USAGE
  $ advent2021 day14 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:14

See code: src/commands/day14/index.ts

advent2021 day15

USAGE
  $ advent2021 day15 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:15

See code: src/commands/day15/index.ts

advent2021 day16

USAGE
  $ advent2021 day16 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:16

See code: src/commands/day16/index.ts

advent2021 day17

USAGE
  $ advent2021 day17 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:17

See code: src/commands/day17/index.ts

advent2021 day2

USAGE
  $ advent2021 day2 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:2

See code: src/commands/day2/index.ts

advent2021 day3

USAGE
  $ advent2021 day3 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:3

See code: src/commands/day3/index.ts

advent2021 day4

USAGE
  $ advent2021 day4 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:4

See code: src/commands/day4/index.ts

advent2021 day5

USAGE
  $ advent2021 day5 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:5

See code: src/commands/day5/index.ts

advent2021 day6

USAGE
  $ advent2021 day6 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:6

See code: src/commands/day6/index.ts

advent2021 day7

USAGE
  $ advent2021 day7 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:7

See code: src/commands/day7/index.ts

advent2021 day8

USAGE
  $ advent2021 day8 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:8

See code: src/commands/day8/index.ts

advent2021 day9

USAGE
  $ advent2021 day9 [-p 1|2] [-t]

FLAGS
  -p, --part=<option>  Part to run
                       <options: 1|2>
  -t, --test           Run using test data

ALIASES
  $ advent2021 day:9

See code: src/commands/day9/index.ts

advent2021 help [COMMAND]

Display help for advent2021.

USAGE
  $ advent2021 help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for advent2021.

See code: @oclif/plugin-help