exercism / fortran

Exercism exercises in Fortran.
https://exercism.org/tracks/fortran
MIT License
23 stars 30 forks source link

Add exercise: two-fer #213

Closed simisc closed 1 year ago

simisc commented 1 year ago

Add the Two-Fer practice exercise.

github-actions[bot] commented 1 year ago

Hello. Thanks for opening a PR on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.

That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

ErikSchierboom commented 1 year ago

@simisc Thanks! I've added @pclausen as a reviewer

iHiD commented 1 year ago

Just to weigh in:

So let's give @pclausen a day or two to reply, but I'm in favour of taking a relatively optimistic merging approach to this if he doesn't get round to it! :)

Thanks @simisc!


[1] Screenshot 2023-07-18 at 18 46 10

ErikSchierboom commented 1 year ago

Absolutely. But I did want to give @pclausen the chance to review :)

simisc commented 1 year ago

I've reduced indentation from 3 to 2 spaces for consistency with the other exercises in the track. The online Fortran editor also uses 2 spaces, so the stub file should start with the same formatting.

ErikSchierboom commented 1 year ago

Thanks!