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.
1 parent a4091ad commit 2d5d706Copy full SHA for 2d5d706
exercises/13_error_handling/errors3.rs
@@ -19,6 +19,7 @@ fn main() {
19
let mut tokens = 100;
20
let pretend_user_input = "8";
21
22
+ // Don't change this line.
23
let cost = total_cost(pretend_user_input)?;
24
25
if cost > tokens {
0 commit comments