From 829d4ebb3c894fe2c8a49bff9d658ecac9f64de0 Mon Sep 17 00:00:00 2001 From: alyx Date: Tue, 23 Jan 2024 14:05:13 -0500 Subject: JS,PHP,PY,RS --- Python/hello.py | 1 + Python/run.toml | 1 + 2 files changed, 2 insertions(+) create mode 100644 Python/hello.py create mode 100644 Python/run.toml (limited to 'Python') diff --git a/Python/hello.py b/Python/hello.py new file mode 100644 index 0000000..7df869a --- /dev/null +++ b/Python/hello.py @@ -0,0 +1 @@ +print("Hello, World!") diff --git a/Python/run.toml b/Python/run.toml new file mode 100644 index 0000000..b867beb --- /dev/null +++ b/Python/run.toml @@ -0,0 +1 @@ +hello="python hello.py" -- cgit v1.2.3-54-g00ecf