I’ve submitted a PR for Two-Fer:
This is my first new exercise contribution — planning to work on a couple of other Fortran exercises if this gets merged, so I’d appreciate any feedback!
I’ve submitted a PR for Two-Fer:
This is my first new exercise contribution — planning to work on a couple of other Fortran exercises if this gets merged, so I’d appreciate any feedback!
This one isn’t a new exercise, just a tiny helper for adding new exercises in future. Configlet lint expects average_run_time
to be an integer in the track’s config.json
. It is an integer already (#212), but the add-exercise
script converts it back to a float.
Thanks for this. I enjoyed tackling this one and found I took quite a different approach than in other languages.