Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest
- Open the hello world issue.
- Create a hello world script using any preferred language
- Make a pull request to 'Public Branch'.
- Add your GIT Name in CONTRIBUTORS.md
Add a hello_world_yourusername.xx script in any language of your choice! Here is an example: ''' // LANGUAGE: python // ENV: virtualenv // AUTHOR: Buddhi Adhiakri // GITHUB: https://github.com/LordDrragonLive print ('Hello, World!') ''' Name the file hello_world_yourusername.xx. e.g., hello_world_LordDraagonLive.py or hello_world_LordDraagonLive.java. Include the comments mentioned. Add other comments if needed
Thank you for contributing!