aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/retro_pkg_test/hello.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-06-23 06:59:28 +0800
committerGitHub <noreply@github.com>2023-06-23 06:59:28 +0800
commit882070c7836d4cc0bccdffe04de0b4b50e840fc2 (patch)
tree18226755d09c619a2eebf194cd7132602d5696d6 /retro_pkg_test/hello.py
downloadinfini-882070c7836d4cc0bccdffe04de0b4b50e840fc2.tar.gz
infini-882070c7836d4cc0bccdffe04de0b4b50e840fc2.zip
Initial commit
Diffstat (limited to 'retro_pkg_test/hello.py')
-rw-r--r--retro_pkg_test/hello.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/retro_pkg_test/hello.py b/retro_pkg_test/hello.py
new file mode 100644
index 00000000..dd9b9d4d
--- /dev/null
+++ b/retro_pkg_test/hello.py
@@ -0,0 +1,2 @@
+def hello():
+ print("hello")