diff --git a/examples/hello.py b/examples/hello.py new file mode 100644 index 0000000..f1a1813 --- /dev/null +++ b/examples/hello.py @@ -0,0 +1 @@ +print("Hello world!")