Tier Three: Added threads/jobs

This commit is contained in:
allexanderbergmns
2026-08-25 17:26:07 +02:00
parent d11f9c8d37
commit 415dec40a2
24 changed files with 495 additions and 47 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ fn main() {
// milliseconds for timing
let start = time.ms()
let x = 0
mut x = 0
for i in 0..100000 {
x = x + i
}