Skip to content

Conversation

@ahans
Copy link
Contributor

@ahans ahans commented Apr 17, 2024

Implements a missing exercise from #48in24 (#940).

static int dice_roll(void)
{
// NB: This suffers from modulo bias, but probably good enough for the
// purpose if this exercise.
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: "if" -> "of"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Already noticed myself and fixed it.

@wolf99 wolf99 merged commit 7066bb9 into exercism:main Apr 18, 2024
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