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 49d78bb commit 2566045Copy full SHA for 2566045
src/main.rs
@@ -320,8 +320,8 @@ async fn deal_problem(problem_stat: StatWithStatus) {
320
let mut lib_file = async { open_problem_lib_file() }.await;
321
async { write_problem_lib_file(&mut lib_file, file_name) }.await;
322
println!(
323
- "Problem: {}.{} initialized",
324
- problem_stat.stat.frontend_question_id, problem.title_slug
+ "Problem {} initialized",
+ problem_stat.stat.frontend_question_id
325
);
326
}
327
0 commit comments