We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a75fdbd + cce6a44 commit 918f310Copy full SHA for 918f310
exercises/option/option1.rs
@@ -15,7 +15,7 @@ fn main() {
15
let mut numbers: [Option<u16>; 5];
16
for iter in 0..5 {
17
let number_to_add: u16 = {
18
- ((iter * 5) + 2) / (4 * 16)
+ ((iter * 1235) + 2) / (4 * 16)
19
};
20
21
numbers[iter as usize] = number_to_add;
0 commit comments