From 43564dc7c888f01a2784fa604cfa9d9e1a63ac0a Mon Sep 17 00:00:00 2001 From: michivonah Date: Sun, 27 Aug 2023 16:24:41 +0200 Subject: [PATCH] create hello-world program --- hello-world/main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello-world/main.py diff --git a/hello-world/main.py b/hello-world/main.py new file mode 100644 index 0000000..1dc45ac --- /dev/null +++ b/hello-world/main.py @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file