diff --git a/README.md b/README.md index 3832f09..d4fb36f 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,13 @@ Start adding your names here: - I am a student at Manipal Institute of Technology - My hobbies include coding, playing sports and running. +### Vineet Mahajan +- I like to create things and I'm passionate about Developing Big Softwares that Affects other People.🙂 +- I'm a 3rd year CSE UnderGrad. +- My hobbies include reading, music and making thing. +- [![twitter-alt][twitter-img]](https://twitter.com/VineetS086) + [![github-alt][github-img]](https://github.com/VineetS086) + ### Example Profile - I'm an example that you can copy, if you want :) - I work for... diff --git a/code/hello.py b/code/hello.py new file mode 100644 index 0000000..f0395a2 --- /dev/null +++ b/code/hello.py @@ -0,0 +1,6 @@ + +def main(): + print("Hello👋, OpenSource🔥") + +if __name__ == "__main__": + main()