diff --git a/Ankur/test.py b/Ankur/test.py new file mode 100644 index 0000000..8e23576 --- /dev/null +++ b/Ankur/test.py @@ -0,0 +1 @@ +print("Hello World") \ No newline at end of file diff --git a/Nipun/mainn.py b/Nipun/mainn.py new file mode 100644 index 0000000..c703d4c --- /dev/null +++ b/Nipun/mainn.py @@ -0,0 +1 @@ +print("main function") \ No newline at end of file diff --git a/Tushar/testgitbash.py b/Tushar/testgitbash.py new file mode 100644 index 0000000..6d69ad7 --- /dev/null +++ b/Tushar/testgitbash.py @@ -0,0 +1,3 @@ +print("Hello World") + + 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/tushen/main.py b/tushen/main.py new file mode 100644 index 0000000..49ce01c --- /dev/null +++ b/tushen/main.py @@ -0,0 +1,5 @@ +def main(): + print("hello world") + +if __name__ == "__main__": + main() \ No newline at end of file