mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 19:26:14 +02:00
Added some tests for slsbset module.
This commit is contained in:
parent
655d211dc0
commit
0d6748e737
2 changed files with 78 additions and 1 deletions
|
@ -152,4 +152,5 @@ if __name__ == "__main__":
|
|||
# Point of entry in execution mode.
|
||||
f = fibonacci()
|
||||
for x in range(13):
|
||||
print(next(f), end=' ') # 0 1 1 2 3 5 8 13 21 34 55 89 144
|
||||
#print(next(f), end=' ') # 0 1 1 2 3 5 8 13 21 34 55 89 144
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue