From c0b7f53ad2dad649b3f804fe9b3590f2979fac7a Mon Sep 17 00:00:00 2001 From: Hatice Yildirim <Hatice.Yildirim@student.reutlingen-university.de> Date: Wed, 19 Mar 2025 00:22:42 +0100 Subject: [PATCH] Initial commit --- 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..6d95fe9 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello world") \ No newline at end of file -- GitLab