mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-26 15:37:18 +00:00
Tier Three: Added threads/jobs
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user