aboutsummaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/hello.py1
-rw-r--r--Python/run.toml1
2 files changed, 2 insertions, 0 deletions
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"