diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 3184a6e..79bcd2c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -90,3 +90,7 @@ - Place: Chennai, India - Bio: Computer Vision Researcher - GitHub: [GSNCodes](https://github.com/GSNCodes) +#### Name: [Prathima Kadari] +- Place: Hyderabad, India +- Bio: Embedded Engineer +- GitHub: [prathimacode-hub](https://github.com/prathimacode-hub) diff --git a/programs/hello_world_prathimacode-hub.py b/programs/hello_world_prathimacode-hub.py new file mode 100644 index 0000000..edc6ff0 --- /dev/null +++ b/programs/hello_world_prathimacode-hub.py @@ -0,0 +1,6 @@ +// LANGUAGE: Python +// ENV: Pycharm +// AUTHOR: PRATHIMA KADARI +// GITHUB: https://github.com/prathimacode-hub + +print("Hello, World!")