1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-01 00:45:17 +02:00
This commit is contained in:
mo8it
2024-03-28 22:11:16 +01:00
parent 5b4103bbac
commit 3ff9b0cd2a
5 changed files with 74 additions and 54 deletions

View File

@ -36,7 +36,7 @@ fn temp_file() -> String {
.filter(|c| c.is_alphanumeric())
.collect();
format!("temp_{}_{thread_id}", process::id())
format!("./temp_{}_{thread_id}", process::id())
}
// The mode of the exercise.