Added main.py
This commit is contained in:
parent
fc33d7be20
commit
c83727d1cc
1 changed files with 6 additions and 0 deletions
6
src/main.py
Normal file
6
src/main.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from time import sleep
|
||||
|
||||
while True:
|
||||
print("jesus leeft")
|
||||
sleep(1)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue