From 984d76e3c991fc5a46872104b2816d1423481301 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 3 Nov 2022 13:45:52 +0100 Subject: [PATCH] create hello.py --- .github/workflows/hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/hello.py diff --git a/.github/workflows/hello.py b/.github/workflows/hello.py new file mode 100644 index 0000000..75d9766 --- /dev/null +++ b/.github/workflows/hello.py @@ -0,0 +1 @@ +print('hello world')