From 718ba69fc7be7b0ea6996b30d7dd3cc646185a08 Mon Sep 17 00:00:00 2001 From: Changxuan Date: Sun, 8 May 2022 00:30:00 +0200 Subject: [PATCH] Create hello.py --- scripts/hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/hello.py diff --git a/scripts/hello.py b/scripts/hello.py new file mode 100644 index 0000000..60f08aa --- /dev/null +++ b/scripts/hello.py @@ -0,0 +1 @@ +print('Hello world!')