mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-03 16:53:30 +02:00
POC done
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user