From fc603dd7a45862f85f85225e50a0784227ba0eed Mon Sep 17 00:00:00 2001 From: Erik Heeren Date: Fri, 6 Oct 2023 11:51:08 +0200 Subject: [PATCH] Hello world to have something to merge --- hello_world.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello_world.py diff --git a/hello_world.py b/hello_world.py new file mode 100644 index 0000000..455b8ea --- /dev/null +++ b/hello_world.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python + +print("Hello world")