exercism / ballerina

Exercism exercises in Ballerina.
https://exercism.org/tracks/ballerina
MIT License
7 stars 36 forks source link

Do not convert `average_run_time` to float #285

Closed BNAndras closed 3 months ago

BNAndras commented 4 months ago

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.

BNAndras commented 3 months ago

@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.