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

Add perfect-numbers #250

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Add perfect-numbers #250

merged 1 commit into from
Jun 4, 2024

Conversation

BNAndras
Copy link
Member

@BNAndras BNAndras commented Jun 3, 2024

No description provided.

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

BNAndras commented Jun 3, 2024

I opted to return 'false here rather than use an error. A small handful of LFE exercises expect an error, but there's also the competing convention of returning false or nil on other Lisp tracks on Exercism so I leaned that way instead.

@BNAndras BNAndras requested a review from kotp June 3, 2024 00:59
@kotp kotp merged commit 6e1b743 into exercism:main Jun 4, 2024
4 checks passed
@BNAndras BNAndras deleted the add-perfect-numbers branch June 4, 2024 04:52
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