Version 1.0

This commit is contained in:
2026-01-19 16:35:12 +01:00
parent bc3993db2b
commit d008d2028f
6 changed files with 180 additions and 0 deletions

3
defaults/hello_world.py Normal file
View File

@@ -0,0 +1,3 @@
import datetime
print("Hello world")
print(f"the current date & time is: {datetime.datetime.now()}")