Added main.py

This commit is contained in:
Bart Koolen 2026-03-23 11:06:47 +01:00
parent fc33d7be20
commit c83727d1cc

6
src/main.py Normal file
View file

@ -0,0 +1,6 @@
from time import sleep
while True:
print("jesus leeft")
sleep(1)