feat: even more even-odd stupidness
This commit is contained in:
parent
0a48084bb2
commit
e862655781
2 changed files with 5 additions and 1 deletions
1
experiments/even-odd/.gitignore
vendored
Normal file
1
experiments/even-odd/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
isEven.bin
|
|
@ -24,3 +24,6 @@ with open('isEven.bin', 'wb') as file:
|
|||
file.write(b"\xC3") # RET
|
||||
|
||||
file.write(b"\xC3") # Fallback RET
|
||||
|
||||
print()
|
||||
print(f"took: {round(time.time() - startTime, 8)}s")
|
||||
|
|
Loading…
Reference in a new issue