See https://github.com/exercism/configlet/pull/765 for context, but average_run_time should be an integer as it is currently, not a float. Otherwise, configlet will complain while generating a new exercise.
@exercism/ballerina, can I get a review? This will simplify porting additional exercises since otherwise this fix needs to be applied manually to add the exercise each time.
See https://github.com/exercism/configlet/pull/765 for context, but
average_run_time
should be an integer as it is currently, not a float. Otherwise, configlet will complain while generating a new exercise.