about summary refs log tree commit diff stats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.py b/main.py
new file mode 100755
index 0000000..af7f0e8
--- /dev/null
+++ b/main.py
@@ -0,0 +1,3 @@
+#!/usr/local/bin/python3
+if __name__ == '__main__':
+    print("Hello world")