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 ccd52d0 commit 6bfeb47Copy full SHA for 6bfeb47
src/main.rs
@@ -87,7 +87,7 @@ fn main() {
87
.iter()
88
.find(|&d| d.value == "rust".to_string());
89
if code.is_none() {
90
- println!("Problem {} has no rust version.", id);
+ println!("Problem {} has no rust version.", problem.question_id);
91
return;
92
}
93
let code = code.unwrap();
0 commit comments