From 6841b052496113f2255eb6c3879cd30c42cbb7c9 Mon Sep 17 00:00:00 2001 From: nutzer43 Date: Mon, 21 Nov 2022 09:54:32 +0100 Subject: [PATCH] first --- Montag/hello-world.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Montag/hello-world.py diff --git a/Montag/hello-world.py b/Montag/hello-world.py new file mode 100644 index 0000000..73ac22d --- /dev/null +++ b/Montag/hello-world.py @@ -0,0 +1,3 @@ +#! /usr/bin/env python3 + +print("Hello World!") \ No newline at end of file