Skip to content

Commit 0d72e62

Browse files
committed
add a message to explain the solve $i command
1 parent 9f05e1f commit 0d72e62

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
@@ -18,7 +18,7 @@ fn main() {
1818
println!("Welcome to leetcode-rust system.");
1919
let mut solved_ids = get_solved_ids();
2020
loop {
21-
println!("Please enter a frontend problem id, or \"random\" to generate a random one.");
21+
println!("Please enter a frontend problem id, or \"random\" to generate a random one, or \"solve $i\" to move problem to solution/");
2222
let mut is_random = false;
2323
let mut is_solving = false;
2424
let mut id: u32 = 0;

0 commit comments

Comments
 (0)