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