Hello world!

This commit is contained in:
Captain ALM 2022-11-30 14:35:57 +00:00
commit c16321482f
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

2
main.py Normal file
View File

@ -0,0 +1,2 @@
my_name = "Alfred Manville"
print("Hello and welcome " + my_name + "!")