mirror of
https://github.com/notohh/rustlings.git
synced 2025-08-02 10:10:06 -04:00
POC done
This commit is contained in:
parent
5b4103bbac
commit
3ff9b0cd2a
5 changed files with 74 additions and 54 deletions
src
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue