From a42b543c33a0a70ea46c1e8b7c7b5b883ebc75a9 Mon Sep 17 00:00:00 2001 From: borchers Date: Thu, 23 Mar 2023 15:00:26 +0100 Subject: [PATCH] Add hello world program --- hello_world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world.py diff --git a/hello_world.py b/hello_world.py new file mode 100644 index 0000000..e75154b --- /dev/null +++ b/hello_world.py @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file