cch24-validator 2.0.0

Validate solutions to challenges from Shuttle's Christmas Code Hunt 2024
Documentation

Shuttle's Christmas Code Hunt 2024 - Validator

Use this binary to run the official tests against your solution to challenges from Shuttle's Christmas Code Hunt 2024.

Installation / Upgrading

cargo install cch24-validator

Usage

Usage: cch24-validator [OPTIONS] <NUMBERS|--all>

Arguments:
  [NUMBERS]...  The challenge numbers to validate

Options:
      --all        Validate all challenges
  -u, --url <URL>  The base URL to test against [default: http://127.0.0.1:8000]
  -h, --help       Print help
  -V, --version    Print version

Examples

cch24-validator -1
cch24-validator 2 5
cch24-validator --all