Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SirDank committed Dec 8, 2023
1 parent 2180d00 commit 6531670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ multithread(example, 10) # func: example | threads: 10 | single: 50 seconds | mu
from dankware import multithread
import time

new_list = [1, 2, 3, 4, 5]; sum = 0
new_list = [1, 2, 3, 4, 5]
sum = 0

def example(num):
global sum
Expand Down

0 comments on commit 6531670

Please sign in to comment.