Skip to content

Commit

Permalink
Update sample.qs
Browse files Browse the repository at this point in the history
  • Loading branch information
pouriya73 authored Jun 10, 2021
1 parent 3703612 commit 5108f5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sample.qs
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ namespace Qrng {
let max = 50;

Message($"Sampling a random number between 0 and {max}: ");
return SampleRandomNumberInRange(max);
}
}

0 comments on commit 5108f5c

Please sign in to comment.