This commit is contained in:
Chris Oloff 2026-05-12 10:07:36 +02:00
commit a058e506e9
5 changed files with 29 additions and 0 deletions

6
main.py Normal file
View file

@ -0,0 +1,6 @@
def main():
print("Hello from watt42!")
if __name__ == "__main__":
main()