commit 44d85e56b84967fbccc8b587d3e06e72952b7b29 Author: Christian Ulrich Date: Fri Jan 21 12:55:11 2022 +0100 test.py hinzufügen 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")