Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 16, 2024
1 parent c6b4989 commit 963d936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/dnd-character/.meta/example.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ pub fn ability() -> Int {
}

fn roll() -> Int {
int.random(1, 7)
int.random(7)
}

0 comments on commit 963d936

Please sign in to comment.