From b2d99655ca83f526e46b1809d317aadb4d032bab Mon Sep 17 00:00:00 2001 From: Jona Heitzer Date: Tue, 29 Oct 2024 13:43:52 +0100 Subject: [PATCH] Add hello.py --- 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..4648e70 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello, World!") \ No newline at end of file