1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-08-02 10:10:06 -04:00
This commit is contained in:
mo8it 2024-03-28 22:11:16 +01:00
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.