Paul Sokolovsky
11 years ago
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
import bench |
||||
|
|
||||
|
def test(num): |
||||
|
zero = 0 |
||||
|
while num != zero: |
||||
|
num -= 1 |
||||
|
|
||||
|
bench.run(test) |
Loading…
Reference in new issue