From 44d85e56b84967fbccc8b587d3e06e72952b7b29 Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Fri, 21 Jan 2022 12:55:11 +0100 Subject: [PATCH] =?UTF-8?q?test.py=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..0485176 --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + +print("hello world")