Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add exercise Triangle (closes #312) #317

Merged
merged 2 commits into from
May 4, 2024

Conversation

keiravillekode
Copy link
Contributor

Function names have a "p" suffix, consistent with naming conventions for predicates.
In all other respects, function and argument names, and test cases, are taken from
https://github.com/exercism/problem-specifications/blob/main/exercises/triangle/canonical-data.json

@BNAndras BNAndras added x:module/practice-exercise Work on Practice Exercises x:rep/large Large amount of reputation labels Apr 23, 2024
Copy link
Member

@BNAndras BNAndras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(should (not ...)) can be turned into (should-not ...) for simplicity.

@keiravillekode
Copy link
Contributor Author

(should (not ...)) can be turned into (should-not ...) for simplicity.

Lots of thanks. Done.

@BNAndras BNAndras merged commit 071c8cd into exercism:main May 4, 2024
2 checks passed
@keiravillekode keiravillekode deleted the triangle branch May 4, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:module/practice-exercise Work on Practice Exercises x:rep/large Large amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants