mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
errors3: Add a comment to prevent changing the wrong line
This commit is contained in:
parent
a4091ade5c
commit
2d5d70693a
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ fn main() {
|
|||
let mut tokens = 100;
|
||||
let pretend_user_input = "8";
|
||||
|
||||
// Don't change this line.
|
||||
let cost = total_cost(pretend_user_input)?;
|
||||
|
||||
if cost > tokens {
|
||||
|
|
Loading…
Reference in a new issue