From 8fd1d79aabc029e0278585e2c065fafb862b23ca Mon Sep 17 00:00:00 2001 From: Avinash96-gthb Date: Tue, 8 Oct 2024 12:27:24 +0530 Subject: [PATCH] feat: add new page --- index.html | 0 main.py | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 index.html create mode 100644 main.py diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 diff --git a/main.py b/main.py new file mode 100644 index 0000000..b3c2039 --- /dev/null +++ b/main.py @@ -0,0 +1,3 @@ +print('hello world') +if __name__ == "main": + print("hello worls")