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 yacht #196

Merged
merged 4 commits into from
Jun 14, 2024
Merged

Add yacht #196

merged 4 commits into from
Jun 14, 2024

Conversation

BNAndras
Copy link
Member

For #48in24.

Copy link
Contributor

Choose a reason for hiding this comment

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

This does not appear in other exercises.

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops. Should I add it to gitignore?

Copy link
Contributor

Choose a reason for hiding this comment

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

It appears to be there already: https://github.com/exercism/wren/blob/main/.gitignore

Unless the leading slash is wrong

Copy link
Member Author

Choose a reason for hiding this comment

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

I removed the folder from the index and the updated gitignore seems to be working

Co-authored-by: Victor Goff <[email protected]>
@@ -0,0 +1,106 @@
class Yacht {

static score(dice, category) {
Copy link
Contributor

Choose a reason for hiding this comment

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

If this was a mentoring session, I'd have something to say about the length of this method ;)

@glennj glennj merged commit 1cb86a3 into exercism:main Jun 14, 2024
2 checks passed
@glennj
Copy link
Contributor

glennj commented Jun 14, 2024

Thank you @BNAndras!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants