Added compiled projects. /JL

This commit is contained in:
Jan Lerking
2025-04-23 06:11:25 +02:00
parent 35326109f4
commit 41529c1be8
10 changed files with 101 additions and 10 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()