András B Nagy
András B Nagy
@loziniak, I have four exercises for your review. :)
Currently, https://github.com/exercism/dart/blob/main/.github/workflows/test.yml checks the formatting before running the test suite, potentially failing before the test suite is checked. This should instead be done as a separate GH action. Any of...
This syncs the docs, metadata, and tests for `triangle`. This adds two tests for scalene triangles that check other combinations of the two sides being equal. I also added an...