From 59d6c16e2a21c55c947ef3e1eac8943433f99435 Mon Sep 17 00:00:00 2001 From: Anirudh Date: Wed, 13 May 2020 21:10:14 +0530 Subject: [PATCH 1/2] added the anirudh folder and hello world file --- anirudh airi/main.py | 6 ++++++ helloworld.py | 1 + 2 files changed, 7 insertions(+) create mode 100644 anirudh airi/main.py create mode 100644 helloworld.py diff --git a/anirudh airi/main.py b/anirudh airi/main.py new file mode 100644 index 0000000..f2e6d4e --- /dev/null +++ b/anirudh airi/main.py @@ -0,0 +1,6 @@ +def main(): + print("this is the main function") + + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..e75154b --- /dev/null +++ b/helloworld.py @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file From df777578a305afee8b6edeb216ab134822b3bee3 Mon Sep 17 00:00:00 2001 From: Anirudh Date: Thu, 14 May 2020 00:52:23 +0530 Subject: [PATCH 2/2] deleted offending file. helloworld.py --- helloworld.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py deleted file mode 100644 index e75154b..0000000 --- a/helloworld.py +++ /dev/null @@ -1 +0,0 @@ -print("hello world") \ No newline at end of file