summaryrefslogtreecommitdiff
path: root/hello.py
diff options
context:
space:
mode:
Diffstat (limited to 'hello.py')
-rw-r--r--hello.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/hello.py b/hello.py
deleted file mode 100644
index 6f29093..0000000
--- a/hello.py
+++ /dev/null
@@ -1,6 +0,0 @@
-def main():
- print("Hello from strangeloop!")
-
-
-if __name__ == "__main__":
- main()