Group
Extension

Matches 1

Run-WeeklyChallenge ( Y/YS/YSTH/Run-WeeklyChallenge-0.001.tar.gz, YSTH, 2025; MetaCPAN )
Run-WeeklyChallenge/lib/Run/WeeklyChallenge.pm ( view source; MetaCPAN )
ided as JSON command line arguments

=pod

=head1 NAME

Run::WeeklyChallenge - facilitates running a solution to https://theweeklychallenge.org using one or more sets of inputs provided as JSON comman
# are given
    my $inputs_example = '{"ints":[1,2,3]}';

    # jsonschema (draft2020-12) for a set of inputs
    my $inputs_schema_json = '{
        "type": "object",
        "properties": {
        
ma_json);

Example output:

    $ perl example.pl '{"ints":[1,2,3]}' '{"ints":[]}'
    Inputs: {"ints":[1,2,3]}
    Output: 6
    Inputs: {"ints":[]}
    Output: 0

You must provide an example JSON in

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.