cch23-validator

Crates.iocch23-validator
lib.rscch23-validator
version22.0.1
sourcesrc
created_at2023-12-11 11:41:38.37702
updated_at2024-01-11 16:03:38.704671
descriptionValidate solutions to challenges from Shuttle's Christmas Code Hunt 2023
homepagehttps://www.shuttle.rs/cch
repositoryhttps://github.com/shuttle-hq/shuttlings
max_upload_size
id1065042
size4,550,266
(jonaro00)

documentation

README

Shuttle's Christmas Code Hunt 2023 - Validator

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

Installation / Upgrading

cargo install cch23-validator

Usage

Usage: cch23-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

cch23-validator -1
cch23-validator 6 7
cch23-validator --all
Commit count: 0

cargo fmt