Giter Club home page Giter Club logo

advent2021's Introduction

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

advent2021's People

Contributors

roryclaasen avatar semantic-release-bot avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.