Updated. /JL

This commit is contained in:
Jan Lerking
2025-04-22 11:49:02 +02:00
parent 0948db2a2e
commit 84751ce823
7 changed files with 24 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
from .binær_tæller import bin_taeller_v1
from .binær_tæller import bin_taeller_v2
running = True
while running:
bin_taeller_v1()
#bin_taeller_v2()