Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down
6 changes: 6 additions & 0 deletions code/hello.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

def main():
print("Hello👋, OpenSource🔥")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥


if __name__ == "__main__":
main()