Skip to content

Commit 6bfeb47

Browse files
committed
fix
1 parent ccd52d0 commit 6bfeb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fn main() {
8787
.iter()
8888
.find(|&d| d.value == "rust".to_string());
8989
if code.is_none() {
90-
println!("Problem {} has no rust version.", id);
90+
println!("Problem {} has no rust version.", problem.question_id);
9191
return;
9292
}
9393
let code = code.unwrap();

0 commit comments

Comments
 (0)