summaryrefslogtreecommitdiff
path: root/wk6/lect/hello.py
diff options
context:
space:
mode:
Diffstat (limited to 'wk6/lect/hello.py')
-rw-r--r--wk6/lect/hello.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wk6/lect/hello.py b/wk6/lect/hello.py
new file mode 100644
index 0000000..9f69d32
--- /dev/null
+++ b/wk6/lect/hello.py
@@ -0,0 +1 @@
+print("hello, world")