From 532aaf81d0a8a91a445f73c32f0fd7080b132fb7 Mon Sep 17 00:00:00 2001 From: Flo Date: Thu, 20 Feb 2025 19:49:58 +0100 Subject: [PATCH] mein erstes python-programm maddafakkkas --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..e75154b --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file