From 9ee5a1d4273e5f0166b3f44bd6b040602613f140 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 6 Mar 2025 13:21:38 +0100 Subject: Initial project --- hello.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.py (limited to 'hello.py') diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..6f29093 --- /dev/null +++ b/hello.py @@ -0,0 +1,6 @@ +def main(): + print("Hello from strangeloop!") + + +if __name__ == "__main__": + main() -- cgit v1.3.1