From a1ed0477a475660e9d4f1dddc0e8cfef7c3dc155 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Thu, 14 Mar 2019 00:22:01 -0400 Subject: [PATCH] Add hello world --- examples/hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/hello.py 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!")